summaryrefslogtreecommitdiffstats
path: root/.coafile
blob: 60e742eef67c77389542331f9720c0c274d477ac (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[yaml]
bears = YAMLLintBear
yamllint_config = .yamllint
ignore =
  .tox/**

[json]
bears = JSONFormatBear
json_sort = False
indent_size = 2
ignore =
  .tox/**,
  # this file does not contain parsable JSON. Invalid control character at.
  cba/ansible-python-dg/Definitions/ansible-python.json,
  cba/py-executor/Definitions/py-executor.json,
  cba/remote-ansible/Definitions/remote-ansible.json,
  cba/remote-python/Definitions/remote-python.json,
  cba/resource-resolution/Definitions/resource-resolution.json,
  test/ansible-python-dg/mock-payloads/get_job-template-launch.json,
  test/ansible-python-dg/mock-payloads/inventory.json,
  test/ansible-python-dg/mock-payloads/job-execution.json,
  test/ansible-python-dg/mock-payloads/job-output.json,
  test/ansible-python-dg/mock-payloads/job-template.json,
  test/ansible-python-dg/mock-payloads/post_job-template-launch.json,
  test/cli/command-fail/expected-response.json,
  test/remote-ansible/mock-payloads/get_job-template-launch.json,
  test/remote-ansible/mock-payloads/inventory.json,
  test/remote-ansible/mock-payloads/job-execution.json,
  test/remote-ansible/mock-payloads/job-output.json,
  test/remote-ansible/mock-payloads/job-template-error.json,
  test/remote-ansible/mock-payloads/job-template.json,
  test/remote-ansible/mock-payloads/post_job-template-launch.json

[py]
bears = PyLintBear
pylint_disable = all
pylint_enable =
  bad-indentation, trailing-whitespace, unused-wildcard-import, unused-import,
  unnecessary-semicolon, unnecessary-semicolon, undefined-variable,
  syntax-error, unused-variable, using-constant-test,unused-argument,
  len-as-condition, trailing-newlines, missing-final-newline, reimported,
  too-many-function-args, singleton-comparison
ignore =
  .tox/**

[md]
bears = MarkdownBear
ignore =
  .tox/**