V008

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2024 License: MPL-2.0 Imports: 1 Imported by: 3

README

V008

This terraform-plugin-sdk (v1) analyzer has been removed in tfproviderlint v0.30.0.

The V008 analyzer reports usage of the deprecated ValidateRFC3339TimeString validation function that should be replaced with IsRFC3339Time.

Flagged Code

ValidateFunc: validation.ValidateRFC3339TimeString,

Passing Code

ValidateFunc: validation.IsRFC3339Time,

Ignoring Reports

Singular reports can be ignored by adding the a //lintignore:V008 Go code comment at the end of the offending line or on the line immediately proceding, e.g.

//lintignore:V008
ValidateFunc: validation.ValidateRFC3339TimeString,

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = analysisutils.RemovedAnalyzer("V008")

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL