Skip to content

Commit

Permalink
update analyzer doc with proper Go version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Jun 11, 2024
1 parent 8396938 commit 0c9cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
name = "ttempdir"
doc = name + " is analyzer that detects using os.MkdirTemp, ioutil.TempDir or os.TempDir instead of t.TempDir since Go1.17" //nolint: lll
doc = name + " is analyzer that detects using os.MkdirTemp, ioutil.TempDir or os.TempDir instead of t.TempDir since Go1.15" //nolint:lll
url = "https://github.com/peczenyj/ttempdir"

defaultAll = false
Expand Down

0 comments on commit 0c9cc3d

Please sign in to comment.