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
It would be beneficial to enforce linting in CI so no commits are accepted where linting fails.
Every time you run make validate the linter will be run and automatically fix existing code, leading to bigger diffs of code than wanted.
The text was updated successfully, but these errors were encountered:
It would be beneficial to enforce linting in CI so no commits are accepted where linting fails.
Every time you run
make validate
the linter will be run and automatically fix existing code, leading to bigger diffs of code than wanted.The text was updated successfully, but these errors were encountered: