We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949bafe commit c18f385Copy full SHA for c18f385
test.sh
@@ -137,7 +137,23 @@ gometalinter.v2 --disable-all \
137
--enable=lll \
138
--dupl-threshold=400 \
139
--enable=dupl \
140
- ./pkg/...
+ ./pkg/admission/ \
141
+ ./pkg/admission/cert/generator/... \
142
+ ./pkg/admission/writer/ \
143
+ ./pkg/cache/... \
144
+ ./pkg/client/... \
145
+ ./pkg/controller/... \
146
+ ./pkg/envtest/... \
147
+ ./pkg/event/... \
148
+ ./pkg/handler/... \
149
+ ./pkg/internal/... \
150
+ ./pkg/manager/... \
151
+ ./pkg/predicate/... \
152
+ ./pkg/reconcile/... \
153
+ ./pkg/recorder/... \
154
+ ./pkg/runtime/... \
155
+ ./pkg/source/...
156
+
157
# TODO: Enable these as we fix them to make them pass
158
# --enable=maligned \
159
# --enable=safesql \
0 commit comments