We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf72a5 commit 061ae8dCopy full SHA for 061ae8d
.golangci.yml
@@ -52,9 +52,9 @@ linters:
52
- exitAfterDefer
53
- ifElseChain
54
- deprecatedComment
55
- govet:
56
- disable:
57
- - buildtag
+ # govet:
+ # disable:
+ # - buildtag
58
goheader:
59
values:
60
regexp:
tests/dashboard/service_test.go
@@ -13,7 +13,6 @@
13
// limitations under the License.
14
15
//go:build !without_dashboard
16
-// +build !without_dashboard
17
18
package dashboard_test
19
0 commit comments