Add scripts for checking formatting, linting etc
This commit is contained in:
3
scripts/lint.sh
Executable file
3
scripts/lint.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
scripts/list-source-files.sh \
|
||||
| xargs -n1 clang-tidy -p build --warnings-as-errors='*'
|
||||
Reference in New Issue
Block a user