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: jsonschema/golangci.next.jsonschema.json
+27-27
Original file line number
Diff line number
Diff line change
@@ -422,33 +422,6 @@
422
422
"default": [],
423
423
"examples": [["mytag"]]
424
424
},
425
-
"skip-dirs": {
426
-
"description": "Which directories to skip: issues from them won't be reported.",
427
-
"type": "array",
428
-
"items": {
429
-
"description": "You can use regexp here. The regexp is applied on the full path.\n\"/\" will be replaced by current OS file path separator to properly work on Windows.",
"description": "Enable skipping of directories \"vendor\", \"third_party\", \"testdata\", \"examples\", \"Godeps\", and \"builtin\".",
438
-
"type": "boolean",
439
-
"default": true
440
-
},
441
-
"skip-files": {
442
-
"description": "Which files to skip: they will be analyzed, but issues from them will not be reported.",
443
-
"type": "array",
444
-
"items": {
445
-
"description": "You can use regexp here. There is no need to include all autogenerated files, we confidently recognize them. If that is not the case, please let us know.\n\"/\" will be replaced by current OS file path separator to properly work on Windows.",
446
-
"type": "string",
447
-
"examples": [".*\\.my\\.go$"]
448
-
},
449
-
"default": [],
450
-
"examples": [[".*\\.my\\.go$", "lib/bad.go"]]
451
-
},
452
425
"modules-download-mode": {
453
426
"description": "Option to pass to \"go list -mod={option}\".\nSee \"go help modules\" for more information.",
454
427
"enum": ["mod", "readonly", "vendor"]
@@ -3347,6 +3320,33 @@
3347
3320
"type": "boolean",
3348
3321
"default": false
3349
3322
},
3323
+
"exclude-dirs": {
3324
+
"description": "Which directories to exclude: issues from them won't be reported.",
3325
+
"type": "array",
3326
+
"items": {
3327
+
"description": "You can use regexp here. The regexp is applied on the full path.\n\"/\" will be replaced by current OS file path separator to properly work on Windows.",
"description": "Enable exclusion of directories \"vendor\", \"third_party\", \"testdata\", \"examples\", \"Godeps\", and \"builtin\".",
3336
+
"type": "boolean",
3337
+
"default": true
3338
+
},
3339
+
"exclude-files": {
3340
+
"description": "Which files to exclude: they will be analyzed, but issues from them will not be reported.",
3341
+
"type": "array",
3342
+
"items": {
3343
+
"description": "You can use regexp here. There is no need to include all autogenerated files, we confidently recognize them. If that is not the case, please let us know.\n\"/\" will be replaced by current OS file path separator to properly work on Windows.",
3344
+
"type": "string",
3345
+
"examples": [".*\\.my\\.go$"]
3346
+
},
3347
+
"default": [],
3348
+
"examples": [[".*\\.my\\.go$", "lib/bad.go"]]
3349
+
},
3350
3350
"include": {
3351
3351
"description": "The list of ids of default excludes to include or disable.",
0 commit comments