fix: update linting configuration and dependencies
This commit is contained in:
parent
5ba06af51a
commit
00cfd01136
3 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//go:build tools
|
||||
|
||||
package tools
|
||||
|
||||
// Format Terraform code for use in documentation.
|
||||
|
|
@ -7,3 +9,7 @@ package tools
|
|||
|
||||
// Generate documentation.
|
||||
//go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs generate --provider-dir .. -provider-name stackitprivatepreview
|
||||
|
||||
import (
|
||||
_ "github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue