Skip to content

Commit

Permalink
Merge pull request #683 from atc0005/i681-refresh-disabled-linters-fo…
Browse files Browse the repository at this point in the history
…r-golangci-lint-v1.47.1-release

Refresh disabled linters for golangci-lint v1.47.1
  • Loading branch information
atc0005 authored Jul 20, 2022
2 parents df99016 + 11f1915 commit 799fa10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stable/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ linters:
- stylecheck
- unconvert

disable:
# Incompatible with Go 1.18 (GH-568, GH-681)
# https://github.com/golangci/golangci-lint/issues/2649
- rowserrcheck
- sqlclosecheck
- structcheck
- wastedassign

#
# Disable govet:fieldalignment, re-enable deprecated maligned linter until the
# Go team offers more control over the types of checks provided by the
Expand Down
8 changes: 8 additions & 0 deletions unstable/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ linters:
- stylecheck
- unconvert

disable:
# Incompatible with Go 1.18 (GH-568, GH-681)
# https://github.com/golangci/golangci-lint/issues/2649
- rowserrcheck
- sqlclosecheck
- structcheck
- wastedassign

#
# Disable govet:fieldalignment, re-enable deprecated maligned linter until the
# Go team offers more control over the types of checks provided by the
Expand Down

0 comments on commit 799fa10

Please # to comment.