You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-31Lines changed: 1 addition & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -1155,27 +1155,7 @@
1155
1155
"default": true,
1156
1156
"markdownDescription": "Enables 'robocop' code analysis, if installed. See [robocop](https://robocop.readthedocs.io/)",
1157
1157
"scope": "resource"
1158
-
},
1159
-
"robotcode.robocop.include": {
1160
-
"type": "array",
1161
-
"default": [],
1162
-
"items": {
1163
-
"type": "string"
1164
-
},
1165
-
"description": "Include specified 'robocop' rules. You can define rule by its name or id. Glob patterns are supported",
1166
-
"scope": "resource",
1167
-
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future and will be removed in the future and is ignored if you have `robotframework-robocop>=6.0` installed."
1168
-
},
1169
-
"robotcode.robocop.exclude": {
1170
-
"type": "array",
1171
-
"default": [],
1172
-
"items": {
1173
-
"type": "string"
1174
-
},
1175
-
"description": "Exclude specified 'robocop' rules. You can define rule by its name or id. Glob patterns are supported",
1176
-
"scope": "resource",
1177
-
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future and is ignored if you have `robotframework-robocop>=6.0` installed."
1178
-
},
1158
+
},
1179
1159
"robotcode.robocop.ignoreGitDir": {
1180
1160
"type": "boolean",
1181
1161
"default": false,
@@ -1193,16 +1173,6 @@
1193
1173
"default": false,
1194
1174
"markdownDescription": "Do not load configuration files. Corresponds to the `--ignore-file-config` option of _robocop_ See [robocop](https://robocop.readthedocs.io/)",
1195
1175
"scope": "resource"
1196
-
},
1197
-
"robotcode.robocop.configurations": {
1198
-
"type": "array",
1199
-
"default": [],
1200
-
"items": {
1201
-
"type": "string"
1202
-
},
1203
-
"description": "Configure checker or report with parameter value. Corresponds to the `--configure` option of _robocop_ See [robocop](https://robocop.readthedocs.io/)",
1204
-
"scope": "resource",
1205
-
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future and will be removed in the future and is ignored if you have `robotframework-robocop>=6.0` installed."
0 commit comments