chore: fix node_modules path exclusion in golangci config

This commit is contained in:
2026-06-12 13:46:02 +02:00
parent 4ba1944f70
commit c4a7151d99

View File

@@ -51,7 +51,7 @@ linters:
- third_party$
- builtin$
- examples$
- node_modules$
- node_modules/
issues:
max-issues-per-linter: 0