Loading .pre-commit-config.yaml +8 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ repos: - id: check-case-conflict - id: check-merge-conflict - id: check-yaml - id: check-toml - id: debug-statements - id: end-of-file-fixer - id: trailing-whitespace Loading @@ -26,6 +27,13 @@ repos: pass_filenames: false stages: [commit, merge-commit] - repo: https://code.kodo.org.uk/dom/pre-commit-hooks rev: v0.3 hooks: - id: check-for-squash args: [--skip-branch=tmp, --skip-branch=tmp/*] - id: copyright-notice - repo: https://github.com/jorisroovers/gitlint rev: v0.13.1 hooks: Loading Loading
.pre-commit-config.yaml +8 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ repos: - id: check-case-conflict - id: check-merge-conflict - id: check-yaml - id: check-toml - id: debug-statements - id: end-of-file-fixer - id: trailing-whitespace Loading @@ -26,6 +27,13 @@ repos: pass_filenames: false stages: [commit, merge-commit] - repo: https://code.kodo.org.uk/dom/pre-commit-hooks rev: v0.3 hooks: - id: check-for-squash args: [--skip-branch=tmp, --skip-branch=tmp/*] - id: copyright-notice - repo: https://github.com/jorisroovers/gitlint rev: v0.13.1 hooks: Loading