Skip to content

Commit

Permalink
fix(clang-tidy): remove deprecated option (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Sep 14, 2024
1 parent be06647 commit de309c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Checks: 'clang-diagnostic-*,clang-analyzer-*,google-*,modernize-*,-modernize-use-trailing-return-type,readability-*,portability-*,performance-*,bugprone-*,android-*,darwin-*,clang-analyzer-*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: file
CheckOptions:
- key: cert-dcl16-c.NewSuffixes
Expand Down

0 comments on commit de309c0

Please sign in to comment.