mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
lint: fix code for clang-tidy
This commit is contained in:
@@ -5,7 +5,10 @@ Checks: >
|
||||
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
|
||||
bugprone-*,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-signal-handler,
|
||||
cert-*,
|
||||
-cert-msc54-cpp,
|
||||
-cert-sig30-c,
|
||||
modernize-*,
|
||||
-modernize-macro-to-enum,
|
||||
performance-*,
|
||||
@@ -27,6 +30,9 @@ CheckOptions:
|
||||
- key: readability-identifier-naming.ConstantParameterCase
|
||||
value: UPPER_CASE
|
||||
|
||||
- key: readability-identifier-naming.ConstantCase
|
||||
value: "UPPER_CASE"
|
||||
|
||||
- key: readability-identifier-length.VariableThreshold
|
||||
value: '2'
|
||||
- key: readability-identifier-length.ParameterThreshold
|
||||
|
Reference in New Issue
Block a user