build: ignore dot import linter warnings from staticcheck
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -50,6 +50,10 @@ - linters: - revive path: internal/components text: dot-imports + - linters: + - staticcheck + path: internal/components + text: dot imports paths: - third_party$ - builtin$