Loading .pre-commit-config.yaml +22 −10 Original line number Diff line number Diff line default_stages: [commit] repos: - repo: meta hooks: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 rev: v3.4.0 hooks: - id: check-added-large-files - id: check-byte-order-marker - id: check-case-conflict - id: check-merge-conflict - id: check-yaml args: [--allow-multiple-documents] - id: destroyed-symlinks - id: end-of-file-fixer stages: [commit, manual] - id: fix-byte-order-marker - id: mixed-line-ending args: [--fix=lf] stages: [commit, manual] - id: trailing-whitespace exclude_types: [markdown] - repo: https://gitlab.com/devopshq/gitlab-ci-linter rev: v1.0.1 hooks: - id: gitlab-ci-linter args: ['--server', 'https://code.kodo.org.uk'] exclude_types: [markdown, plain-text] stages: [commit, manual] - repo: https://github.com/pryorda/dockerfilelint-precommit-hooks rev: v0.1.0 Loading @@ -28,6 +31,15 @@ repos: - id: dockerfilelint - repo: https://github.com/jorisroovers/gitlint rev: v0.13.1 rev: v0.15.0 hooks: - id: gitlint - repo: https://code.kodo.org.uk/dom/pre-commit-hooks rev: v0.6 hooks: - id: check-executable-modes - id: check-for-squash - id: copyright-notice stages: [commit, manual] - id: protect-first-parent Loading
.pre-commit-config.yaml +22 −10 Original line number Diff line number Diff line default_stages: [commit] repos: - repo: meta hooks: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 rev: v3.4.0 hooks: - id: check-added-large-files - id: check-byte-order-marker - id: check-case-conflict - id: check-merge-conflict - id: check-yaml args: [--allow-multiple-documents] - id: destroyed-symlinks - id: end-of-file-fixer stages: [commit, manual] - id: fix-byte-order-marker - id: mixed-line-ending args: [--fix=lf] stages: [commit, manual] - id: trailing-whitespace exclude_types: [markdown] - repo: https://gitlab.com/devopshq/gitlab-ci-linter rev: v1.0.1 hooks: - id: gitlab-ci-linter args: ['--server', 'https://code.kodo.org.uk'] exclude_types: [markdown, plain-text] stages: [commit, manual] - repo: https://github.com/pryorda/dockerfilelint-precommit-hooks rev: v0.1.0 Loading @@ -28,6 +31,15 @@ repos: - id: dockerfilelint - repo: https://github.com/jorisroovers/gitlint rev: v0.13.1 rev: v0.15.0 hooks: - id: gitlint - repo: https://code.kodo.org.uk/dom/pre-commit-hooks rev: v0.6 hooks: - id: check-executable-modes - id: check-for-squash - id: copyright-notice stages: [commit, manual] - id: protect-first-parent