Don't require all files to have a copyright/license header
The LICENSE file at the root of the repository is enough.
This commit is contained in:
parent
a35a57c3c4
commit
0c13adb134
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def list_files(directories, filters):
|
||||||
|
|
||||||
|
|
||||||
def cpplint(files):
|
def cpplint(files):
|
||||||
rules = '--filter=-build/header_guard'
|
rules = '--filter=-build/header_guard,-legal/copyright'
|
||||||
return subprocess.call([sys.executable, CPPLINT, rules] + files)
|
return subprocess.call([sys.executable, CPPLINT, rules] + files)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue