V005

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MPL-2.0 Imports: 3 Imported by: 3

README

V005

The V005 analyzer reports usage of the deprecated ValidateJsonString validation function that should be replaced with StringIsJSON.

Flagged Code

ValidateFunc: validation.ValidateJsonString,

Passing Code

ValidateFunc: validation.StringIsJSON,

Ignoring Reports

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

//lintignore:V005
ValidateFunc: validation.ValidateJsonString,

Documentation

Index

Constants

This section is empty.

Variables

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