Remove some C-style casts
This commit is contained in:
parent
504c361cb8
commit
632a88c8ef
2 changed files with 2 additions and 3 deletions
|
|
@ -4,4 +4,3 @@ filters=-whitespace,-readability/namespace,-legal/copyright
|
|||
cpplint=externals/cpplint.py
|
||||
|
||||
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