tfproviderlint icon indicating copy to clipboard operation
tfproviderlint copied to clipboard

Ability to ignore "undeclared name" errors

Open Integralist opened this issue 3 years ago • 0 comments

Description

I'm using tfproviderlintx with null-ls and so this means it is run on a file-by-file basis, rather than a project level. That means I see lots of "undeclared name" errors and I'd like to ignore them but I don't see an error code like I do with other errors.

For other codes I can name them as a flag, e.g. "-XAT001=false"

Integralist avatar Nov 07 '22 16:11 Integralist