Skip to content

Commit

Permalink
Replace scopelint linter with exportloopref
Browse files Browse the repository at this point in the history
refs GH-288
  • Loading branch information
atc0005 committed Apr 2, 2021
1 parent 5d48b1c commit 2e2cda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ linters:
- depguard
- dogsled
- dupl
- exportloopref
- goconst
- gocritic
- gofmt
Expand All @@ -31,7 +32,6 @@ linters:
- maligned
- misspell
- prealloc
- scopelint
- staticcheck
- stylecheck
- unconvert
2 changes: 1 addition & 1 deletion unstable/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ linters:
- depguard
- dogsled
- dupl
- exportloopref
- errcheck
- gocognit
- goconst
Expand All @@ -42,7 +43,6 @@ linters:
- maligned
- misspell
- prealloc
- scopelint
- staticcheck
- stylecheck
- unconvert
Expand Down

0 comments on commit 2e2cda0

Please sign in to comment.