Skip to content

Commit

Permalink
Clang-Tidy: Remove readability-qualified-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes authored and wwmayer committed Apr 3, 2023
1 parent 889ad11 commit 7410fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Checks: 'clang-diagnostic-*,clang-analyzer-*,boost-*,bugprone-*,
performance-*,readability-*,portability-*,modernize-*,cppcoreguidelines-*,
concurrency-*,-modernize-use-trailing-return-type, -modernize-use-nodiscard,
-readability-redundant-access-specifiers'
-readability-redundant-access-specifiers,-readability-qualified-auto'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
Expand Down

0 comments on commit 7410fe6

Please sign in to comment.