-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
style: remove tailing whitespaces #228
style: remove tailing whitespaces #228
Conversation
Maybe there should be a CI lint job to avoid committing trailing whitespaces and whatnot |
I would prefer an automatic fix rather than a check which simply fails. A long time ago, I had an Actions workflow which would format the code and commit any changes back to the Ideally we would have something like this which committed to the pull request branch, to avoid creating lots of small commits on I guess a bot which posted a review with suggested changes could be a potential workaround. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is OK to merge once the conflicts are fixed.
I have used https://github.com/cachix/pre-commit-hooks.nix with |
For reference, my Additionally, a GitHub action simply runs |
No description provided.