File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2549,6 +2549,11 @@ linters:
25492549 severity : warning
25502550 disabled : false
25512551 exclude : [""]
2552+ # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#redundant-test-main-exit
2553+ - name : redundant-test-main-exit
2554+ severity : warning
2555+ disabled : false
2556+ exclude : [""]
25522557 # https://github.com/mgechev/revive/blob/HEAD/RULES_DESCRIPTIONS.md#string-format
25532558 - name : string-format
25542559 severity : warning
Original file line number Diff line number Diff line change @@ -2546,6 +2546,11 @@ linters:
25462546 severity : warning
25472547 disabled : false
25482548 exclude : [""]
2549+ # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#redundant-test-main-exit
2550+ - name : redundant-test-main-exit
2551+ severity : warning
2552+ disabled : false
2553+ exclude : [""]
25492554 # https://github.com/mgechev/revive/blob/HEAD/RULES_DESCRIPTIONS.md#string-format
25502555 - name : string-format
25512556 severity : warning
Original file line number Diff line number Diff line change 632632 " redefines-builtin-id" ,
633633 " redundant-build-tag" ,
634634 " redundant-import-alias" ,
635+ " redundant-test-main-exit" ,
635636 " string-format" ,
636637 " string-of-int" ,
637638 " struct-tag" ,
You can’t perform that action at this time.
0 commit comments