File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 36
36
- " .*\\ .my\\ .go$"
37
37
- lib/bad.go
38
38
39
+ # whether to hide "congrats" message if no issues were found,
40
+ # default is false (show "congrats" message by default).
41
+ # set this option to true to print nothing if no issues were found.
42
+ silent : true
43
+
39
44
40
45
# output configuration options
41
46
output :
Original file line number Diff line number Diff line change @@ -454,6 +454,11 @@ run:
454
454
- " .*\\ .my\\ .go$"
455
455
- lib/bad.go
456
456
457
+ # whether to hide "congrats" message if no issues were found,
458
+ # default is false (show "congrats" message by default).
459
+ # set this option to true to print nothing if no issues were found.
460
+ silent : true
461
+
457
462
458
463
# output configuration options
459
464
output :
You can’t perform that action at this time.
0 commit comments