Skip to content

Commit

Permalink
chore: update clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Nov 6, 2024
1 parent c16782a commit b6725d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Checks: >
-readability-redundant-string-init,
-readability-identifier-length,
-readability-avoid-const-params-in-decls,
-readability-uppercase-literal-suffix
-readability-uppercase-literal-suffix,
-bugprone-easily-swappable-parameters
CheckOptions:
- { key: readability-identifier-naming.NamespaceCase, value: lower_case }
- { key: readability-identifier-naming.ClassCase, value: CamelCase }
Expand Down

0 comments on commit b6725d0

Please sign in to comment.