R008

package
v0.28.2 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

README

R008

The R008 analyzer reports usage of the deprecated (helper/schema.ResourceData).SetPartial() function that does not need replacement.

Flagged Code

d.SetPartial("example"),

Passing Code

// Not present :)

Ignoring Reports

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

//lintignore:R008
d.SetPartial("example"),

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