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

A rule that rejects obvious words in the commit title #67

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 9, 2023

  1. commitlint/plugins.test: add failing tests

    Add tests for reject-obvious-words rule.
    tehraninasab committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7c678a2 View commit details
    Browse the repository at this point in the history
  2. commitlint: add new rule

    Add a rule to reject obvious words in the commit title.
    tehraninasab committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c8a9391 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5aedf5 View commit details
    Browse the repository at this point in the history
  4. commitlint/plugins: fix the rule

    If the subject contains just the word "fix", and there's no
    commit msg body, this rule should complain.
    tehraninasab committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c9eb3a4 View commit details
    Browse the repository at this point in the history