Fix #159: add silent option to .golangci.example.yml

This commit is contained in:
Denis Isaev 2018-07-29 23:43:19 +03:00
parent 973c9fdfd8
commit 55cdda4166
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01
2 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,11 @@ run:
- ".*\\.my\\.go$" - ".*\\.my\\.go$"
- lib/bad.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 configuration options
output: output:

View File

@ -454,6 +454,11 @@ run:
- ".*\\.my\\.go$" - ".*\\.my\\.go$"
- lib/bad.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 configuration options
output: output: