exclude_paths:
    - .cache/
    - .github/
    - .idea/
    - .vscode/
    - venv/
    - files/

    ## My own directories

    - +Archived/
    # XXX Temp: 2023-02-25
    - roles/huyz/

skip_list:
    - yaml[line-length]
    - package-latest
    # I like to use comments with no space to signify disabled code
    - yaml[comments]
    # XXX Temp: 2023-02-25 https://github.com/ansible/ansible-lint/issues/3084
    - schema[galaxy]

kinds:
    ## My own files

    # Like my a regular molecule.yml
    - "yaml": "**/molecule/*/molecule*.{yaml,yml}"  # molecule config
