exclude_paths:
    - releasenotes/
    - ci/playbooks/
parseable: true
quiet: false
rulesdir:
    - .ansible-lint_rules/

# Mock modules or roles in order to pass ansible-playbook --syntax-check
mock_modules:
   - kubernetes.core.k8s_info
# mock_roles:

skip_list:
    # Lines should be no longer than 120 chars.
    - '204'
    # Using command rather module we have where
    # we need to use curl or rsync.
    - '303'
    # meta/main.yml should contain relevant info
    - '701'
    # Tags must contain lowercase letters and digits only
    - '702'
    # meta/main.yml default values should be changed
    - '703'
verbosity: 1
