]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/.gherkin-lintrc
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / .gherkin-lintrc
1 {
2 "no-files-without-scenarios" : "on",
3 "no-unnamed-features": "on",
4 "no-unnamed-scenarios": "on",
5 "no-dupe-scenario-names": ["on", "in-feature"],
6 "no-dupe-feature-names": "on",
7 "no-partially-commented-tag-lines": "on",
8 "indentation": ["on", {
9 "Feature": 0,
10 "Background": 4,
11 "Scenario": 4,
12 "Step": 8,
13 "Examples": 8,
14 "example": 12
15 }],
16 "no-trailing-spaces": "on",
17 "new-line-at-eof": ["on", "yes"],
18 "no-multiple-empty-lines": "on",
19 "no-empty-file": "on",
20 "no-scenario-outlines-without-examples": "on",
21 "name-length": "off",
22 "no-restricted-tags": ["on", {"tags": ["@watch", "@wip"]}],
23 "use-and": "off",
24 "no-duplicate-tags": "on",
25 "no-superfluous-tags": "on",
26 "no-homogenous-tags": "on",
27 "one-space-between-tags": "on",
28 "no-unused-variables": "on",
29 "no-background-only-scenario": "off",
30 "no-empty-background": "on",
31 "no-examples-in-scenarios": "on",
32 "scenario-size": ["on", { "steps-length": {"Background": 3, "Scenario": 15}}]
33 }