Skip to content

Commit 3c3a995

Browse files
Update schema.v2.json
1 parent 5fe389a commit 3c3a995

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

static/schema/schema.v2.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -710,10 +710,6 @@
710710
"type": "boolean",
711711
"default": true,
712712
"description": "Enable Flake8 | Flake8 is a Python linter that wraps PyFlakes, pycodestyle and Ned Batchelder's McCabe script. | v7.2.0"
713-
},
714-
"config_file": {
715-
"type": "string",
716-
"description": "Optional path to the Flake8 configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.flake8' or 'setup.cfg'."
717713
}
718714
},
719715
"additionalProperties": false,
@@ -956,10 +952,6 @@
956952
"type": "boolean",
957953
"default": true,
958954
"description": "Enable HTMLHint | HTMLHint is a static code analysis tool for HTML files. | Enable HTMLHint integration. | v1.5.0"
959-
},
960-
"config_file": {
961-
"type": "string",
962-
"description": "Optional path to the HTMLHint configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.htmlhintrc'."
963955
}
964956
},
965957
"additionalProperties": false,

0 commit comments

Comments
 (0)