Skip to content

Tags: bflad/tfproviderlint

Tags

v0.30.0

Toggle v0.30.0's commit message
Ensure release workflow testing also downloads Go modules prior to an…

…alysis testing

Reference: #307

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bflad Brian Flad
Update CHANGELOG for #258

v0.28.1

Toggle v0.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG for #252

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG for #249

v0.27.1

Toggle v0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG for #242

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG for v0.27.0

v0.26.0

Toggle v0.26.0's commit message
Update CHANGELOG for XR007 and XR008

v0.25.0

Toggle v0.25.0's commit message
Support helper/schema.Resource *WithoutTimeout fields in terraformtyp…

…e and xpasses/XR006

v0.24.0

Toggle v0.24.0's commit message
passes: Remove extraneous vendor symlinks

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New Extra Check: XAT001: check for TestCase missing ErrorCheck (#227)

* deps: Bump github.com/hashicorp/terraform-plugin-sdk/[email protected]

Updated via:

```
go get github.com/hashicorp/terraform-plugin-sdk/[email protected]
go mod tidy
go mod vendor
```

* deps: Bump github.com/hashicorp/terraform-plugin-sdk@v1-maint

To prevent `go-getter` errors.

Updated via:

```
go get github.com/hashicorp/terraform-plugin-sdk@v1-maint
go mod tidy
go mod vendor
```

* New Extra Check: XAT001: check for TestCase missing ErrorCheck

Reference: #226