summaryrefslogtreecommitdiffstats
path: root/ansible_collections/grafana/grafana/.ansible-lint
blob: 6dab8332ea5a06f505715600c4c8477d72dea353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
profile: production

exclude_paths:
  - .cache/
  - .github/
  - examples/

parseable: true
verbosity: 1

use_default_rules: true

skip_list:
  - '204'  # Allow string length greater than 160 chars
  - 'no-changed-when'  # False positives for running command shells
  - 'yaml' # Disable YAML linting since it's done by yamllint
  - 'empty-string-compare'  # Allow compare to empty string