summaryrefslogtreecommitdiffstats
path: root/ansible_collections/hetzner/hcloud/.ansible-lint
blob: aaa42e776b26370e96a9f211dd4e3cde8047adf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
exclude_paths:
  - .azure-pipelines
  - .cache/
  - .git/
  - .github/
  - changelogs/
  - examples/
  - tests/integration/targets/certificate
  - tests/integration/targets/floating_ip
  - tests/integration/targets/load_balancer_network
  - tests/integration/targets/load_balancer_service
  - tests/integration/targets/load_balancer_target
  - tests/integration/targets/placement_group
  - tests/integration/targets/primary_ip
  - tests/integration/targets/route
  - tests/integration/targets/server
  - tests/integration/targets/ssh_key
  - tests/integration/targets/volume

warn_list:
  - internal-error
  - sanity[cannot-ignore]
  # TODO: remove once unsupported ansible-core version are dropped
  - meta-runtime[unsupported-version]