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 a86c334 commit 7898dbaCopy full SHA for 7898dba
.golangci.yaml
@@ -1,3 +1,6 @@
1
+# Copyright (c) HashiCorp, Inc.
2
+# SPDX-License-Identifier: MPL-2.0
3
+
4
version: "2"
5
issues:
6
max-issues-per-linter: 0 # show all issues found by each linter
hcltest/mock_test.go
@@ -13,6 +13,7 @@ import (
13
"github.com/zclconf/go-cty/cty"
14
)
15
16
+// Assert mocks are compatible with the interfaces they implement.
17
var _ hcl.Body = mockBody{}
18
var _ hcl.Expression = mockExprLiteral{}
19
var _ hcl.Expression = mockExprVariable("")
0 commit comments