Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Configure pre-commit hook to only run required checks. #309

@kopepasah

Description

@kopepasah

The Git pre-commit hook currently runs all checks no matter what files have changed and this is not efficient. For example, an update to a README.md file will run all linting, which is unnecessary for this change.

The pre-commit hook should be reworked to only run checks on file changes.

Optionally, we could explore removing this pre-commit hook in favor of a more robust tool like Husky.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions