summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 88168af222..0d7f90e263 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -110,3 +110,7 @@ issues:
- text: "exitAfterDefer:"
linters:
- gocritic
+ - path: modules/graceful/manager_windows.go
+ linters:
+ - staticcheck
+ text: "svc.IsAnInteractiveSession is deprecated: Use IsWindowsService instead."