Skip to content
.pre-commit-config.yaml 669 B
Newer Older
nimrod's avatar
nimrod committed
-   repo: https://github.com/pre-commit/pre-commit-hooks
    sha: 7539d8bd1a00a3c1bfd34cdb606d3a6372e83469
nimrod's avatar
nimrod committed
    hooks:
    -   id: check-added-large-files
    -   id: check-json
    -   id: check-xml
    -   id: check-yaml
    -   id: check-merge-conflict
-   repo: https://www.shore.co.il/git/ansible-pre-commit
    sha: v0.4.0
nimrod's avatar
nimrod committed
    hooks:
    -   id: ansible-syntax-check
        always_run: true
        files: tests/playbook.yml
        args: ['tests/playbook.yml']
-   repo: https://github.com/willthames/ansible-lint
    sha: v3.4.4
    hooks:
    -   id: ansible-lint
        always_run: true
        files: tests/playbook.yml
        args: ['tests/playbook.yml']