File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# This file contains all available configuration options
22# with their default values.
33
4+ # the configuraton version - should be 2
45version : " 2"
56
67# options for analysis running
7- run :
8+ # run:
89
910# output configuration options
1011output :
1112 formats :
12- print-issued-lines : true
13- colors : true
13+ text :
14+ print-issued-lines : true
15+ colors : true
1416
17+ # the set of linters to use
1518linters :
1619 settings :
1720 dupl :
@@ -60,11 +63,13 @@ linters:
6063 - gocritic
6164 - gocognit
6265
66+ # the specific formatters to check
6367formatters :
6468 enable :
6569 - gofmt
6670 - goimports
6771
72+ # the issues configuration
6873issues :
6974 # Maximum issues count per one linter. Set to 0 to disable. Default is 50.
7075 max-issues-per-linter : 0
You can’t perform that action at this time.
0 commit comments