Skip to content

Commit

Permalink
doc: add message clarifying linter rule disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Mar 27, 2024
1 parent 9d9351b commit dec0726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Checks: >
# TODO(someone): clean up misc-non-private-member-variables-in-classes and add option back in
# Not using google-readability-avoid-underscore-in-googletest-name because it also fails for test_name
# Not using abseil-string-find-str-contains because we don't want to include more libraries
# Not using bugprone-unused-return-value because we get spurious positives for overridden 'T& operator=(T&)'
CheckOptions:
- { key: readability-identifier-naming.NamespaceCase, value: lower_case }
- { key: readability-identifier-naming.ClassCase, value: CamelCase }
Expand Down

0 comments on commit dec0726

Please sign in to comment.