Skip to content

Instantly share code, notes, and snippets.

@spamwax
Last active January 15, 2025 05:03
Show Gist options
  • Save spamwax/06365fb4c297e6a1f1cc481e694e5147 to your computer and use it in GitHub Desktop.
Save spamwax/06365fb4c297e6a1f1cc481e694e5147 to your computer and use it in GitHub Desktop.
How to pass gitlint options such as ignoring a built-in rule to pre-commit in the pre-commit's yaml file
- repo: https://github.com/jorisroovers/gitlint
    rev: v0.19.1
    hooks:
      - id: gitlint
        stages: [commit-msg]
        pass_filenames: false
        args: [-c, B5.min-length=0, --ignore, B6]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment