Skip to content

Commit 7898dba

Browse files
author
Abhijeet V
committed
add copyright headers and one comment
1 parent a86c334 commit 7898dba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.golangci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
version: "2"
25
issues:
36
max-issues-per-linter: 0 # show all issues found by each linter

hcltest/mock_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
"github.com/zclconf/go-cty/cty"
1414
)
1515

16+
// Assert mocks are compatible with the interfaces they implement.
1617
var _ hcl.Body = mockBody{}
1718
var _ hcl.Expression = mockExprLiteral{}
1819
var _ hcl.Expression = mockExprVariable("")

0 commit comments

Comments
 (0)