You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it applies changes to the code with the --fix flag, I thought the caller should execute the make target beforehand (even if just adding newlines) :D
It should be OK to add it to git pre-commit hooks, but how would one deal with the changes? Should the script also commit the files? Or exit with status code 1 and let the caller deal with the commits?
Is your feature request related to a problem? Please describe.
Our linter configuration is not performing any automatic actions that could improve the quality of life of the SWE
Describe the solution you'd like
Adding
wsl
as amake
target so that we can auto-fix WSL-related warnings, reducing to a great extent the linter warning messages.Describe alternatives you've considered
we can install and execute
wsl
in a make target: https://github.com/bombsimon/wsl?tab=readme-ov-file#usageSearch
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: