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