mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
Require the license in Gradle files (#149)
This commit is contained in:
parent
8332664af9
commit
0e8724a48f
11 changed files with 141 additions and 1 deletions
|
@ -76,7 +76,7 @@ PRESUBMITS = {
|
|||
# License check
|
||||
PresubmitCheck(
|
||||
r".*Copyright 20\d{2} The Nomulus Authors\. All Rights Reserved\.",
|
||||
("java", "js", "soy", "sql", "py", "sh"), {
|
||||
("java", "js", "soy", "sql", "py", "sh", "gradle"), {
|
||||
".git", "/build/", "/generated/", "node_modules/",
|
||||
"JUnitBackports.java"
|
||||
}, REQUIRED):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue