Currently the linter flags some issues speciically when dealing with files and build tags that target different distributions. For example in https://github.com/elastic/elastic-agent/pull/485: <img width="580" alt="Screen Shot 2022-05-31 at 12 24 55 PM" src="https://user-images.githubusercontent.com/82832767/171268752-a398cbe6-ad01-4877-8c12-fd39368eb942.png"> is stating that there is no `vault.New` declared, yet this function is part of all `vault_*.go` files.
Currently the linter flags some issues speciically when dealing with files and build tags that target different distributions.
For example in #485:

is stating that there is no
vault.Newdeclared, yet this function is part of allvault_*.gofiles.