File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ test: ## Run unit tests.
23
23
24
24
fmt : tool-golangci-lint tool-terraform tool-shfmt tfproviderlint-plugin # # Format files and fix issues.
25
25
gofmt -w -s .
26
- $(GOBIN ) /golangci-lint run --fix
26
+ $(GOBIN ) /golangci-lint run --build-tags acceptance -- fix
27
27
$(GOBIN ) /terraform fmt -recursive -list ./examples
28
28
$(GOBIN ) /shfmt -l -s -w ./examples
29
29
30
30
lint-golangci : tool-golangci-lint tfproviderlint-plugin # # Run golangci-lint linter (same as fmt but without modifying files).
31
- $(GOBIN ) /golangci-lint run
31
+ $(GOBIN ) /golangci-lint run --build-tags acceptance
32
32
33
33
lint-examples-tf : tool-terraform # # Run terraform linter on examples (same as fmt but without modifying files).
34
34
$(GOBIN ) /terraform fmt -recursive -check ./examples
You can’t perform that action at this time.
0 commit comments