Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: "ignores" option #27

Open
iliubinskii opened this issue Oct 14, 2021 · 0 comments
Open

Feature request: "ignores" option #27

iliubinskii opened this issue Oct 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@iliubinskii
Copy link

My feature title

"ignores" option

Background/problem

I want to leave some commit messages without description.

E.g. when the style is fixed with php-cs-fixer I don't want to look what it did and describe it.
I prefer just to use short message "style".

However, your package does not allow to do this.

Proposal/solution

Add "ignore" option that would contain an array with exclusions. E.g.

{
  "ignore": ["refactor", "style"]
}

Alternatives

Additional context

There is similar npm package "commitlint" for javascript projects.
It accepts ignore function.
Certainly, json configuration may not accept function.
But at least it can accept fixed list of exclusions.

@iliubinskii iliubinskii added the enhancement New feature or request label Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant