mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
remove local variable case camelBack requirement
This commit is contained in:
parent
cf67dbe1c3
commit
b9b69a5739
@ -1,7 +1,9 @@
|
||||
Checks: '-*,clang-analyzer-core.*,clang-analyzer-deadcode.*,readability-*,-readability-magic-numbers,-readability-else-after-return,-readability-named-parameter,-readability-braces-around-statements,-readability-isolate-declaration,-readability-uppercase-literal-suffix,-readability-function-size,-readability-non-const-parameter,readability-identifier-naming'
|
||||
CheckOptions:
|
||||
- key: readability-identifier-naming.LocalVariableCase
|
||||
value: camelBack
|
||||
# TEMP: this only disabled because mips2c outputs snake_case
|
||||
#- key: readability-identifier-naming.LocalVariableCase
|
||||
# value: camelBack
|
||||
|
||||
- key: readability-identifier-naming.ParameterCase
|
||||
value: camelBack
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user