mirror of
https://github.com/hyprwm/hypridle.git
synced 2025-05-12 13:10:39 +01:00
clang-tidy: fix some errors (#143)
This commit is contained in:
parent
66d1815b5e
commit
b18d830276
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
WarningsAsErrors: '*'
|
||||
HeaderFilterRegex: '.*\.hpp'
|
||||
FormatStyle: file
|
||||
FormatStyle: 'file'
|
||||
Checks: >
|
||||
-*,
|
||||
bugprone-*,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
-bugprone-forward-declaration-namespace,
|
||||
-bugprone-forward-declaration-namespace,
|
||||
-bugprone-macro-parentheses,
|
||||
-bugprone-narrowing-conversions,
|
||||
-bugprone-branch-clone,
|
||||
|
|
Loading…
Reference in a new issue