clang-tidy: fix some errors (#751)

I did c+p .clang-tidy from Hyprland and didn't check it for any errors, lol. Still works though
Thanks to hyprwm/Hyprland#9543
This commit is contained in:
Honkazel 2025-04-21 23:17:15 +05:00 committed by GitHub
parent b3f1aa7580
commit eb28a71756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,