mirror of
https://github.com/hyprwm/aquamarine.git
synced 2025-12-20 03:40:01 +01:00
clang-tidy: fix some errors (#166)
* clang-tidy: fix some errors * ...Eh?
This commit is contained in:
parent
c8282f4982
commit
a19cf76ee1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
WarningsAsErrors: '*'
|
WarningsAsErrors: '*'
|
||||||
HeaderFilterRegex: '.*\.hpp'
|
HeaderFilterRegex: '.*\.hpp'
|
||||||
FormatStyle: file
|
FormatStyle: 'file'
|
||||||
Checks: >
|
Checks: >
|
||||||
-*,
|
-*,
|
||||||
bugprone-*,
|
bugprone-*,
|
||||||
-bugprone-easily-swappable-parameters,
|
-bugprone-easily-swappable-parameters,
|
||||||
-bugprone-forward-declararion-namespace,
|
-bugprone-forward-declaration-namespace,
|
||||||
-bugprone-forward-declararion-namespace,
|
-bugprone-forward-declaration-namespace,
|
||||||
-bugprone-macro-parentheses,
|
-bugprone-macro-parentheses,
|
||||||
-bugprone-narrowing-conversions,
|
-bugprone-narrowing-conversions,
|
||||||
-bugprone-branch-clone,
|
-bugprone-branch-clone,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue