* [presubmit] Enforce language attribute in projectt.yaml to be always set.
* Update documentation, better presubmit check, new project template.
* add docstring to templates.py
* Add example values in the project.yaml template and remove python value for now
* Add "project: c++" to 256 projects
* format
* Add labels and selective_unpack sections to the presubmit check
* fix incorrect auto_ccs format in three projects
* fix nss emails after rebase
* Add fuzzing dictionaries for new ReadStat targets
They still need proper input corpuses, but this is a start.
* [readstat] Accommodate new file layout
corpus => fuzz/corpus
Dictionary files now included in source tree
These additional fuzzers all pass the existing check_build heuristics.
In the future, they would probably benefit from an input grammar file or corpus.
* Add ReadStat project
* Add fuzzing targets for new project ReadStat
Adding fuzzers for six file formats supported by ReadStat. A corpus
is generated in each case from example data in the test suite.
Tested locally on Linux, which check_build passing in all six cases.