We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c202af commit 7286246Copy full SHA for 7286246
analyzer.go
@@ -12,7 +12,7 @@ import (
12
"golang.org/x/tools/go/analysis"
13
)
14
15
-const version = "wsl version v5.2.0"
+const version = "wsl version v5.3.0"
16
17
func NewAnalyzer(config *Configuration) *analysis.Analyzer {
18
wa := &wslAnalyzer{config: config}
0 commit comments