add disabling rule for SA1019 (deprecated command at redis)
diff --git a/tests/gocase/.golangci.yml b/tests/gocase/.golangci.yml index 1f34dbe..6cd3f91 100644 --- a/tests/gocase/.golangci.yml +++ b/tests/gocase/.golangci.yml
@@ -60,4 +60,5 @@ staticcheck: checks: - all - - '-QF1012' # disable the rule QF1012: Use fmt.Fprintf(...) instead of WriteString(fmt.Sprintf(...)) \ No newline at end of file + - '-QF1012' # disable the rule QF1012: Use fmt.Fprintf(...) instead of WriteString(fmt.Sprintf(...)) + - '-SA1019' # disable the rule SA1019: redis command is deprecated