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
Currently, the linter's run as a GitHub action on merge, but that means you can end up having to do extra commits to fix up problem code. Making the linter a pre-commit hook would help - even if it only handled some of the simpler linting.
The text was updated successfully, but these errors were encountered:
Currently, the linter's run as a GitHub action on merge, but that means you can end up having to do extra commits to fix up problem code. Making the linter a pre-commit hook would help - even if it only handled some of the simpler linting.
The text was updated successfully, but these errors were encountered: