mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
This reverts commit 12fde696c1
.
This commit is contained in:
parent
43a6e711da
commit
f89f916f96
@ -1,39 +0,0 @@
|
|||||||
Checks: >-
|
|
||||||
bugprone-*,
|
|
||||||
cppcoreguidelines-*,
|
|
||||||
google-*,
|
|
||||||
misc-*,
|
|
||||||
modernize-*,
|
|
||||||
performance-*,
|
|
||||||
readability-*,
|
|
||||||
-bugprone-lambda-function-name,
|
|
||||||
-bugprone-reserved-identifier,
|
|
||||||
-cppcoreguidelines-avoid-goto,
|
|
||||||
-cppcoreguidelines-avoid-magic-numbers,
|
|
||||||
-cppcoreguidelines-avoid-non-const-global-variables,
|
|
||||||
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
|
||||||
-cppcoreguidelines-pro-type-vararg,
|
|
||||||
-google-readability-braces-around-statements,
|
|
||||||
-google-readability-function-size,
|
|
||||||
-misc-no-recursion,
|
|
||||||
-modernize-return-braced-init-list,
|
|
||||||
-modernize-use-nodiscard,
|
|
||||||
-modernize-use-trailing-return-type,
|
|
||||||
-performance-unnecessary-value-param,
|
|
||||||
-readability-magic-numbers,
|
|
||||||
|
|
||||||
CheckOptions:
|
|
||||||
- key: readability-function-cognitive-complexity.Threshold
|
|
||||||
value: 100
|
|
||||||
- key: readability-function-cognitive-complexity.IgnoreMacros
|
|
||||||
value: true
|
|
||||||
# Set naming conventions for your style below (there are dozens of naming settings possible):
|
|
||||||
# See https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html
|
|
||||||
# - key: readability-identifier-naming.ClassCase
|
|
||||||
# value: CamelCase
|
|
||||||
# - key: readability-identifier-naming.NamespaceCase
|
|
||||||
# value: lower_case
|
|
||||||
# - key: readability-identifier-naming.PrivateMemberSuffix
|
|
||||||
# value: _
|
|
||||||
# - key: readability-identifier-naming.StructCase
|
|
||||||
# value: CamelCase
|
|
@ -30,7 +30,6 @@ lint:
|
|||||||
- git-diff-check
|
- git-diff-check
|
||||||
- gitleaks@8.24.0
|
- gitleaks@8.24.0
|
||||||
- clang-format@16.0.3
|
- clang-format@16.0.3
|
||||||
- clang-tidy@16.0.3
|
|
||||||
ignore:
|
ignore:
|
||||||
- linters: [ALL]
|
- linters: [ALL]
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user