Skip to content

Commit

Permalink
Merge pull request #126 from rogy-AquaLab/ignore-init-var-err
Browse files Browse the repository at this point in the history
💥 Ignore `cppcoreguidelines-init-variables`
  • Loading branch information
H1rono authored Apr 11, 2024
2 parents 4dd5bc0 + d02c093 commit 28ff3f5
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 @@ -7,6 +7,7 @@ Checks: -*,
modernize-*,
performance-*,
readability-*,
-cppcoreguidelines-init-variables,
WarningsAsErrors: "*,-modernize-*"
HeaderFilterRegex: ""
# AnalyzeTemporaryDtors: false
Expand Down

0 comments on commit 28ff3f5

Please sign in to comment.