mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-17 23:13:47 +01:00
feat: Introduce muxing for new elements
This commit is contained in:
@@ -9,7 +9,7 @@ if ! which errcheck > /dev/null; then
|
||||
fi
|
||||
|
||||
err_files=$(errcheck -ignoretests \
|
||||
-ignore 'github.com/hashicorp/terraform/helper/schema:Set' \
|
||||
-ignore 'github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema:Set' \
|
||||
-ignore 'bytes:.*' \
|
||||
-ignore 'io:Close|Write' \
|
||||
$(go list ./...| grep -v /vendor/))
|
||||
|
||||
Reference in New Issue
Block a user