We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To install/try it with gitlint:
tools/create-test-repo.sh virtualenv .venv && source .venv/bin/activate pip install pre-commit echo "\ - repo: https://github.com/jorisroovers/gitlint rev: master hooks: - id: gitlint " > .pre-commit-config.yaml && cat .pre-commit-config.yaml pre-commit install