---
# Collection wide lint-file
# DO NOT CHANGE
exclude_paths:
  - .ansible/
  - .cache/
  - .github/
  #- docs/
  - changelogs/
  - playbooks/
  - roles/sap_anydb_install_oracle
  #- roles/sap_general_preconfigure
  #- roles/sap_ha_install_anydb_ibmdb2
  #- roles/sap_ha_install_hana_hsr
  #- roles/sap_ha_pacemaker_cluster
  #- roles/sap_hana_install
  #- roles/sap_hana_preconfigure
  #- roles/sap_hostagent
  #- roles/sap_install_media_detect
  #- roles/sap_netweaver_preconfigure
  #- roles/sap_storage_setup
  #- roles/sap_swpm
  - tests/
enable_list:
  - yaml
skip_list:
  # We don't want to enforce new Ansible versions for Galaxy:
  - meta-runtime[unsupported-version]
  # We do not want to use checks which are marked as experimental:
  - experimental
  # We use ignore_errors for all the assert tasks, which should be acceptable:
  - ignore-errors
  # We want to allow single digit version numbers in a role's meta/main.yml file:
  - schema
  # Allow templating inside name because it creates more detailed output:
  - name[template]
