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
-43
Original file line number
Diff line number
Diff line change
@@ -526,11 +526,6 @@
526
526
"description": "To enable/disable the asasalint builtin exclusions of function names.",
527
527
"type": "boolean",
528
528
"default": true
529
-
},
530
-
"ignore-test": {
531
-
"description": "Ignore *_test.go files.",
532
-
"type": "boolean",
533
-
"default": false
534
529
}
535
530
}
536
531
},
@@ -589,11 +584,6 @@
589
584
"type": "object",
590
585
"additionalProperties": false,
591
586
"properties": {
592
-
"skip-tests": {
593
-
"description": "Should the linter execute on test files as well",
594
-
"type": "boolean",
595
-
"default": false
596
-
},
597
587
"max-complexity": {
598
588
"description": "Max complexity the function can have",
599
589
"type": "integer",
@@ -852,11 +842,6 @@
852
842
"examples": ["switch", "map"]
853
843
}
854
844
},
855
-
"check-generated": {
856
-
"description": "Check switch statements in generated files",
857
-
"type": "boolean",
858
-
"default": false
859
-
},
860
845
"explicit-exhaustive-switch": {
861
846
"description": "Only run exhaustive check on switches with \"//exhaustive:enforce\" comment.",
862
847
"type": "boolean",
@@ -1010,11 +995,6 @@
1010
995
},
1011
996
"default": ["standard", "default"]
1012
997
},
1013
-
"skip-generated": {
1014
-
"description": "Skip generated files.",
1015
-
"type": "boolean",
1016
-
"default": true
1017
-
},
1018
998
"no-inline-comments": {
1019
999
"description": "Checks that no inline Comments are present.",
1020
1000
"type": "boolean",
@@ -1149,11 +1129,6 @@
1149
1129
"type": "integer",
1150
1130
"default": 3
1151
1131
},
1152
-
"ignore-tests": {
1153
-
"description": "Ignore test files.",
1154
-
"type": "boolean",
1155
-
"default": false
1156
-
},
1157
1132
"ignore-calls": {
1158
1133
"description": "Ignore when constant is not used as function argument",
1159
1134
"type": "boolean",
@@ -1767,11 +1742,6 @@
1767
1742
"$ref": "#/definitions/gosec-rules"
1768
1743
}
1769
1744
},
1770
-
"exclude-generated": {
1771
-
"description": "Exclude generated files",
1772
-
"type": "boolean",
1773
-
"default": false
1774
-
},
1775
1745
"severity": {
1776
1746
"description": "Filter out the issues with a lower severity than the given value",
1777
1747
"type": "string",
@@ -1810,11 +1780,6 @@
1810
1780
"type": "string"
1811
1781
}
1812
1782
},
1813
-
"ignore-tests": {
1814
-
"description": "Ignore test files.",
1815
-
"type": "boolean",
1816
-
"default": false
1817
-
},
1818
1783
"watch-for-scripts": {
1819
1784
"description": "List of Unicode scripts to watch for any usage in string literals.",
1820
1785
"type": "array",
@@ -2541,9 +2506,6 @@
2541
2506
"max-open-files": {
2542
2507
"type": "integer"
2543
2508
},
2544
-
"ignore-generated-header": {
2545
-
"type": "boolean"
2546
-
},
2547
2509
"confidence": {
2548
2510
"type": "number"
2549
2511
},
@@ -4422,11 +4384,6 @@
4422
4384
"type": "string",
4423
4385
"default": ""
4424
4386
},
4425
-
"case-sensitive": {
4426
-
"description": "If set to true, severity-rules regular expressions become case sensitive.",
4427
-
"type": "boolean",
4428
-
"default": false
4429
-
},
4430
4387
"rules": {
4431
4388
"description": "When a list of severity rules are provided, severity information will be added to lint issues. Severity rules have the same filtering capability as exclude rules except you are allowed to specify one matcher per severity rule.\nOnly affects out formats that support setting severity information.",
0 commit comments