-
-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix clang-tidy errors in hyprland module #2930
fix clang-tidy errors in hyprland module #2930
Conversation
Maybe modifying |
I personally really dislike the trailing underscore style to mark member variables (which is why I initially set it to use the I'm obviously not the one to choose this, @Alexays what do you think? |
I don't even mind the Currently, ~10 files of 200 are using the
That's fair. And I might even introduced some of those, just like inconsistent case for constants and enums. But fixing and enforcing style for that would be less disruptive. |
I would even volunteer to do this by myself for every single file in the repo, that's how much I hate the trailing underscore style ;) That .git-blame-ignore-revs file is really interesting, I didn't know this feature existed. |
I don't mind either between |
This shouldn't really be an issue because the clang-tidy action only looks at the files changed in the PR, not all files. But I understand that current PRs would have lots of annoying conflicts. I'll look into changing the clang-tidy rule and making the necessary changes in the hyprland module. |
e2fe0cc
to
42f4386
Compare
CC: @Syndelis @khaneliman because you guys seem to be the most recently active in these files