We should be ensuring consistency of style by including linting rules in project and having a pre-commit hook that verifies the rules are followed.
We should also be running unit tests as a part of a pre-commit hook to ensure code is not committed/pushed with broken tests.
We should be ensuring consistency of style by including linting rules in project and having a pre-commit hook that verifies the rules are followed. We should also be running unit tests as a part of a pre-commit hook to ensure code is not committed/pushed with broken tests.