Installation via pre-commit #37
No reviewers
Labels
No labels
Compat/Breaking
EditorConfig
0.17.2
Kind
Bug
Kind
Chore
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Testing
Packaging
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BaumiCoder/ecformat!37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/16-pre-commit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #16
User perspective
Now, you can use ecformat with pre-defined pre-commit hooks. Details in the installation section of the README.
(Manually defined pre-commit hooks are still possible as an alternative way e.g., to set only a rough version number like 0.1.* instead of 0.1.0).
Developer perspective
The pre-commit hooks of the project itself are now more previous. Only the changed files are processed and the whole repository only if an
.editorconfigfile changes (and on manual runs viajust lint).Furthermore, the hooks now use a released version of ecformat and does not build from the current source of the git repository.