Skip to content

Commit

Permalink
clang-tidy: disable bespoke enum class check
Browse files Browse the repository at this point in the history
CMake is not remotely ready for this yet...
  • Loading branch information
KyleFromKitware committed Nov 7, 2022
1 parent eab8e38 commit 5f97772
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 @@ -34,6 +34,7 @@ readability-*,\
-readability-suspicious-call-argument,\
-readability-uppercase-literal-suffix,\
cmake-*,\
-cmake-use-bespoke-enum-class,\
"
HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$'
CheckOptions:
Expand Down

0 comments on commit 5f97772

Please sign in to comment.