Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • init_facts_module
2 results

.pre-commit-config.yaml

Blame
    • nimrod's avatar
      2c33ed47
      Move to GitLab, deprecation and remove TravisCI. · 2c33ed47
      nimrod authored
      - Update pre-commit hooks.
      - Fix complaints from pre-commit.
      - Remove checks for the ldap_attr, I'm not going to check it.
      - Remove TravisCI (left the file for future reference).
      - Add note about project deprecation and replacement.
      - Add GitLab CI with pre-commit.
      2c33ed47
      History
      Move to GitLab, deprecation and remove TravisCI.
      nimrod authored
      - Update pre-commit hooks.
      - Fix complaints from pre-commit.
      - Remove checks for the ldap_attr, I'm not going to check it.
      - Remove TravisCI (left the file for future reference).
      - Add note about project deprecation and replacement.
      - Add GitLab CI with pre-commit.
    .pre-commit-config.yaml 688 B
    ---
    repos:
      - repo: https://github.com/pre-commit/pre-commit-hooks
        rev: v3.4.0
        hooks:
          - id: check-added-large-files
          - id: check-executables-have-shebangs
          - id: check-merge-conflict
    
      - repo: https://github.com/adarnimrod/shell-pre-commit
        rev: v0.6.0
        hooks:
          - id: shell-lint
          - id: shellcheck
    
      - repo: https://github.com/adarnimrod/ansible-pre-commit
        rev: v0.10.0
        hooks:
          - id: ansible-syntax-check
            files: tests/playbook.yaml
    
      - repo: https://github.com/myint/rstcheck
        rev: master
        hooks:
          - id: rstcheck
    
      - repo: https://github.com/adrienverge/yamllint
        rev: v1.25.0
        hooks:
          - id: yamllint