aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 7c47848..c618020 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -6,5 +6,5 @@ severity:
rules:
- severity: warning
linters:
- - errcheck # for now, make errcheck only a warning, remove it later
+ - errcheck # for now, make errcheck only a warning, TODO: remove it later
- deadcode