We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0db50 commit 6aafe69Copy full SHA for 6aafe69
.golangci.yml
@@ -39,8 +39,9 @@ linters:
39
- varnamelen # Variable names fine
40
- wsl # Use wsl_v5 instead
41
- gosec # Security warnings are false positives for this codebase
42
+ - gofumpt # Not critical
43
-linters-settings:
44
+lintersSettings:
45
contextcheck:
46
# Allow context to be passed implicitly in some cases
47
disable-enable-allowed: true
internal/server/server.go
@@ -9,6 +9,7 @@ import (
9
10
"filesystem-exporter/internal/config"
11
"filesystem-exporter/internal/metrics"
12
+
13
"github.com/gin-gonic/gin"
14
"github.com/prometheus/client_golang/prometheus/promhttp"
15
)
0 commit comments