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
Pre-commit has been added to the project. The api, frontend, and infra components have since been added to the project. Each of these has a linter (infra's can be re-introduced) and tests that can be added to pre-commit so that tests and lints for specific file types can be run before committing.
This will save time, for both committers and code reviewers, as changes won't be introduced before linters and tests have been run and is widely adopted as a best practice.
Acceptance criteria
Linters and tests (?) and desired tools have been added to pre-commit
Update README.md
The text was updated successfully, but these errors were encountered:
Summary
Blocked by #110
Pre-commit has been added to the project. The api, frontend, and infra components have since been added to the project. Each of these has a linter (infra's can be re-introduced) and tests that can be added to pre-commit so that tests and lints for specific file types can be run before committing.
This will save time, for both committers and code reviewers, as changes won't be introduced before linters and tests have been run and is widely adopted as a best practice.
Acceptance criteria
The text was updated successfully, but these errors were encountered: