Skip to content

Commit

Permalink
Merge pull request #296 from atc0005/i288-replace-scopelint-linter
Browse files Browse the repository at this point in the history
Replace scopelint linter with exportloopref
  • Loading branch information
atc0005 committed Apr 2, 2021
2 parents 5d48b1c + 2e2cda0 commit 764aa25
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 764aa25

Please sign in to comment.