summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 570798e3..0e6f5b96 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -7,7 +7,8 @@ run:
- .git
allow-parallel-runners: true
skip-files:
- - "internal/debug/server_test.go"
+ # staticcheck internal file
+ - internal/debug/server_test.go
output:
format: colored-line-number