Skip to content

Commit

Permalink
clang-tidy: disable 'readability-redundant-access-specifiers' because…
Browse files Browse the repository at this point in the history
… clang-tidy fails to distinguish between 'public' vs. 'public Q_SLOTS'
  • Loading branch information
wwmayer committed Nov 13, 2022
1 parent bbb3697 commit a62da05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,boost-*,bugprone-*,
performance-*,readability-*,portability-*,modernize-*,cppcoreguidelines-*,
concurrency-*,-modernize-use-trailing-return-type, -modernize-use-nodiscard'
concurrency-*,-modernize-use-trailing-return-type, -modernize-use-nodiscard,
-readability-redundant-access-specifiers'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
Expand Down

0 comments on commit a62da05

Please sign in to comment.