Skip to content

Commit

Permalink
Fix clang-tidy config file. (#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy authored Nov 24, 2023
1 parent 8f3199f commit ab11c7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ google-*,
FormatStyle: file
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
UseColor: true
CheckOptions:
- { key: misc-const-correctness.AnalyzeValues, value: false }
Expand All @@ -33,6 +32,4 @@ CheckOptions:
- { key: readability-identifier-naming.GlobalConstantCase, value: UPPER_CASE }
- { key: readability-identifier-naming.StaticConstantCase, value: UPPER_CASE }
- { key: readability-identifier-naming.StaticVariableCase, value: UPPER_CASE }
ExtraArgs:
- '--std=c++17'
...

0 comments on commit ab11c7f

Please sign in to comment.