Skip to content

Commit ac4aed4

Browse files
committed
chore: add golangci-lint confing
Signed-off-by: Dwi Siswanto <[email protected]>
1 parent 4b55a3d commit ac4aed4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# Templates
3333
/*.yaml
3434
!/.sops.yaml
35+
!/.golangci.yaml
3536

3637
# Generated docs
3738
/dsl.md

.golangci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
issues:
2+
exclude-rules:
3+
- path: pkg/js/devtools/(bindgen/generator|scrapefuncs/main)\.go
4+
text: "SA1019:"

0 commit comments

Comments
 (0)