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:
2549
2549
severity : warning
2550
2550
disabled : false
2551
2551
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 : [""]
2552
2557
# https://github.com/mgechev/revive/blob/HEAD/RULES_DESCRIPTIONS.md#string-format
2553
2558
- name : string-format
2554
2559
severity : warning
Original file line number Diff line number Diff line change @@ -2546,6 +2546,11 @@ linters:
2546
2546
severity : warning
2547
2547
disabled : false
2548
2548
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 : [""]
2549
2554
# https://github.com/mgechev/revive/blob/HEAD/RULES_DESCRIPTIONS.md#string-format
2550
2555
- name : string-format
2551
2556
severity : warning
Original file line number Diff line number Diff line change 632
632
" redefines-builtin-id" ,
633
633
" redundant-build-tag" ,
634
634
" redundant-import-alias" ,
635
+ " redundant-test-main-exit" ,
635
636
" string-format" ,
636
637
" string-of-int" ,
637
638
" struct-tag" ,
You can’t perform that action at this time.
0 commit comments