mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 05:58:00 +02:00
clang-tidy: fix duplicate entry in .clang-tidy (#14045)
* Fix duplicate entry in .clang-tidy Removed duplicate entry for 'bugprone-forward-declararion-namespace'. * Remove same duplicate in checks too
This commit is contained in:
parent
3649c18668
commit
3830200cff
1 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ WarningsAsErrors: >
|
|||
-bugprone-unused-local-non-trivial-variable,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
-bugprone-macro-parentheses,
|
||||
-bugprone-narrowing-conversions,
|
||||
-bugprone-branch-clone,
|
||||
|
|
@ -113,7 +112,6 @@ Checks: >
|
|||
bugprone-*,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
-bugprone-macro-parentheses,
|
||||
-bugprone-narrowing-conversions,
|
||||
-bugprone-branch-clone,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue