mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
04ade9a255
* Update format.sh compiler options and add a check for clang-tidy * Enable clang-tidy option to find inconsistent argument names * Remove -Iassets from clang-tidy compiler options
5 lines
200 B
YAML
5 lines
200 B
YAML
Checks: '-*,readability-braces-around-statements,readability-inconsistent-declaration-parameter-name'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: '(src|include)\/.*\.h$'
|
|
FormatStyle: 'file'
|
|
CheckOptions:
|