Fix #159: add silent option to .golangci.example.yml
This commit is contained in:
parent
973c9fdfd8
commit
55cdda4166
@ -36,6 +36,11 @@ run:
|
||||
- ".*\\.my\\.go$"
|
||||
- lib/bad.go
|
||||
|
||||
# whether to hide "congrats" message if no issues were found,
|
||||
# default is false (show "congrats" message by default).
|
||||
# set this option to true to print nothing if no issues were found.
|
||||
silent: true
|
||||
|
||||
|
||||
# output configuration options
|
||||
output:
|
||||
|
@ -454,6 +454,11 @@ run:
|
||||
- ".*\\.my\\.go$"
|
||||
- lib/bad.go
|
||||
|
||||
# whether to hide "congrats" message if no issues were found,
|
||||
# default is false (show "congrats" message by default).
|
||||
# set this option to true to print nothing if no issues were found.
|
||||
silent: true
|
||||
|
||||
|
||||
# output configuration options
|
||||
output:
|
||||
|
Loading…
x
Reference in New Issue
Block a user