Update .cpplint

This commit is contained in:
Christian Clauss 2019-12-03 10:54:56 +01:00 committed by GitHub
parent 1d04ac5ae6
commit a7ad4ee9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
set noparent
filter=-legal/copyright
linelength=80
# See: cpplint --help # for all options
# Also: cpplint.py --filter= # for all filters
# Use - to turn off the requirement for a copyright comment
filter=-legal/copyright
linelength=80