Skip to content

Commit

Permalink
chores: version bump & code change
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed May 15, 2023
1 parent bc83e07 commit 390ef5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/breml/bidichk v0.2.4
github.com/breml/errchkjson v0.3.1
github.com/butuzov/ireturn v0.2.0
github.com/butuzov/mirror v0.2.0
github.com/butuzov/mirror v1.0.0
github.com/charithe/durationcheck v0.0.10
github.com/curioswitch/go-reassign v0.2.0
github.com/daixiang0/gci v0.10.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/golinters/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewMirror() *goanalysis.Linter {
}

for i := range violations {
tmp := violations[i].Issue(pass)
tmp := violations[i].Issue(pass.Fset)

issue := result.Issue{
FromLinter: a.Name,
Expand Down

0 comments on commit 390ef5b

Please sign in to comment.