---
# Collection wide lint-file
# DO NOT CHANGE
exclude_paths:
  - .cache/
  - .github/
  #- docs/
  - changelogs/
  - playbooks/
  - roles/sap_anydb_install_oracle
  #- roles/sap_general_preconfigure
  #- roles/sap_ha_install_hana_hsr
  #- roles/sap_ha_pacemaker_cluster
  #- roles/sap_hana_install
  #- roles/sap_hana_preconfigure
  - roles/sap_hostagent
  - roles/sap_hypervisor_node_preconfigure
  - roles/sap_install_media_detect
  #- roles/sap_netweaver_preconfigure
  - roles/sap_storage_setup
  #- roles/sap_swpm
  - roles/sap_storage
  - roles/sap_vm_preconfigure

enable_list:
  - yaml
skip_list:
  - experimental
  - ignore-errors # We use ignore_errors for all the assert tasks, which should be acceptable
  - schema # We want to allow single digit version numbers in a role's meta/main.yml file. This is allowed as per https://galaxy.ansible.com/docs/contributing/creating_role.html and https://galaxy.ansible.com/api/v1/platforms/?page=6.
  - name[template] # Allow templating inside name. During dev and qa, it should be possible to identify cases where it doesn't work
