Releases: bflad/tfproviderlint
Releases · bflad/tfproviderlint
v0.30.0
v0.29.0
NOTES
- all: This Go module and the associated Docker image has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions or dependent on earlier Go version functionality may experience errors. (#269)
FEATURES
- all: Released binaries now include
darwin/arm64
,linux/arm64
, andwindows/arm64
(#258)
BUG FIXES
- all: Prevented Go 1.18 and later
internal error: package XXX without types was imported
errors (#270)
v0.28.1
v0.28.0
v0.27.1
v0.27.0
v0.26.0
v0.25.0
ENHANCEMENTS
- helper/terraformtype/helper/schema: Add constants for new
Resource
typeCreateWithoutTimeout
,DeleteWithoutTimeout
,ReadWithoutTimeout
, andDeleteWithoutTimeout
fields - xpasses/XR006: Support
CreateWithoutTimeout
,DeleteWithoutTimeout
,ReadWithoutTimeout
, andDeleteWithoutTimeout
Docker images
docker pull bflad/tfproviderlint:0.25.0
docker pull bflad/tfproviderlint:0.25
docker pull bflad/tfproviderlint:latest
v0.24.0
FEATURES
- New Check:
AT010
: check forTestCase
includingIDRefreshName
implementation - New Check:
AT011
: check forTestCase
includingIDRefreshIgnore
implementation withoutIDRefreshName
- New Check:
AT012
: check for files containing multiple acceptance test function name prefixes - New Check:
V011
: check for customSchemaValidateFunc
that implementvalidation.StringLenBetween()
- New Check:
V012
: check for customSchemaValidateFunc
that implementvalidation.IntAtLeast()
,validation.IntAtMost()
, orvalidation.IntBetween()
- New Check:
V013
: check for customSchemaValidateFunc
that implementvalidation.StringInSlice()
orvalidation.StringNotInSlice()
- New Check:
V014
: check for customSchemaValidateFunc
that implementvalidation.IntInSlice()
orvalidation.IntNotInSlice()
Docker images
docker pull bflad/tfproviderlint:0.24.0
docker pull bflad/tfproviderlint:0.24
docker pull bflad/tfproviderlint:latest