Commit 15b15c5 1 parent e4d3345 commit 15b15c5 Copy full SHA for 15b15c5
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ linters-settings:
76
76
xml : camel
77
77
78
78
unused :
79
- check- exported : false # TODO: set true for agent
79
+ exported-is-used : false # TODO: set true for agent
80
80
81
81
unparam :
82
82
check-exported : true
@@ -125,12 +125,12 @@ linters:
125
125
126
126
run :
127
127
timeout : 5m
128
- skip-dirs :
129
- - agent/agents/mongodb/internal/
130
- - qan-api2/migrations/
131
128
132
129
issues :
133
130
exclude-use-default : false
131
+ exclude-dirs :
132
+ - agent/agents/mongodb/internal
133
+ - qan-api2/migrations
134
134
exclude :
135
135
# gas: Duplicated errcheck checks
136
136
- " G104: Errors unhandled"
@@ -148,6 +148,7 @@ issues:
148
148
- forcetypeassert # for tests' brevity sake
149
149
- funlen # tests may be long
150
150
- gocognit # triggered by subtests
151
+ - goconst # not critical for tests
151
152
- gomnd # tests are full of magic numbers
152
153
- ireturn # we have exceptions, so need to silence them in tests
153
154
- lll # tests often require long lines
You can’t perform that action at this time.
0 commit comments