Remove spurious semicolons
This commit is contained in:
parent
661314cf4e
commit
de5deeeb69
10 changed files with 13 additions and 12 deletions
|
|
@ -3,5 +3,5 @@
|
|||
filters=-whitespace,-readability/namespace,-legal/copyright
|
||||
cpplint=externals/cpplint.py
|
||||
|
||||
find src -type f | xargs $cpplint --root=src --filter=$filters 2>&1
|
||||
find src/compiler -type f | xargs $cpplint --root=src --filter=$filters 2>&1
|
||||
find include -type f | xargs $cpplint --root=include --filter=$filters 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue