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
Linting is essential to ensuring that a code space looks clean and can be maintainable by those outside who will inherit the project. As Hackkit grows, we want to ensure that it will be formatted correctly and cleanly and assist newer developers in not breaking best practices or creating using anti-patterns
Requirements
Add linter with a reasonable rule set to the project
Add linter to the pipeline. Ensure that the passing of the linter is required for a PR to be merged.
Optional
Create a pre-commit hook that makes sure linting is passed before commits are made
Description
Requirements
Optional
Resources to help with Issue
The text was updated successfully, but these errors were encountered: