MDL-66723 theme_classic: Remove regionmainsettings variables
[moodle.git] / .gherkin-lintrc
1 {
2 "indentation": ["on",{
3 "Feature": 0,
4 "Background": 2,
5 "Scenario": 2,
6 "Step": 4,
7 "given": 4,
8 "and": 4
9 }],
10 "no-dupe-feature-names": "on",
11 "no-dupe-scenario-names": "off",
12 "no-empty-file": "on",
13 "no-files-without-scenarios": "on",
14 "no-multiple-empty-lines": "on",
15 "no-partially-commented-tag-lines": "on",
16 "no-trailing-spaces": "on",
17 "no-unamed-features": "on",
18 "no-unamed-scenarios": "on",
19 "no-scenario-outlines-without-examples": "on"
20 }