Add scripts for checking formatting, linting etc
This commit is contained in:
2
scripts/check-format.sh
Executable file
2
scripts/check-format.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
scripts/list-source-files.sh | xargs -n1 clang-format --dry-run --Werror
|
||||
Reference in New Issue
Block a user