From 71f4914c453d1cba4f13dc331830378939ee84d9 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Tue, 10 Mar 2020 11:08:01 -0700 Subject: [presubmit] Enforce language attribute in project.yaml to be always set. (#3477) * [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 --- projects/tremor/project.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'projects/tremor/project.yaml') diff --git a/projects/tremor/project.yaml b/projects/tremor/project.yaml index f9b796cd..8791af10 100644 --- a/projects/tremor/project.yaml +++ b/projects/tremor/project.yaml @@ -1,4 +1,5 @@ homepage: "https://xiph.org/vorbis/" +language: c++ primary_contact: "daede003@umn.edu" auto_ccs: - "paul.l.kehrer@gmail.com" -- cgit v1.2.3