Skip to content

v0.24.0

Compare
Choose a tag to compare
@bflad bflad released this 24 Mar 01:51
· 49 commits to main since this release

FEATURES

  • New Check: AT010: check for TestCase including IDRefreshName implementation
  • New Check: AT011: check for TestCase including IDRefreshIgnore implementation without IDRefreshName
  • New Check: AT012: check for files containing multiple acceptance test function name prefixes
  • New Check: V011: check for custom SchemaValidateFunc that implement validation.StringLenBetween()
  • New Check: V012: check for custom SchemaValidateFunc that implement validation.IntAtLeast(), validation.IntAtMost(), or validation.IntBetween()
  • New Check: V013: check for custom SchemaValidateFunc that implement validation.StringInSlice() or validation.StringNotInSlice()
  • New Check: V014: check for custom SchemaValidateFunc that implement validation.IntInSlice() or validation.IntNotInSlice()

Docker images

  • docker pull bflad/tfproviderlint:0.24.0
  • docker pull bflad/tfproviderlint:0.24
  • docker pull bflad/tfproviderlint:latest