Skip to content

Commit

Permalink
revert linter (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli authored Apr 23, 2024
1 parent 92fd8d0 commit 81a1861
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ issues:
text: "SA1019:" # d.GetOkExists is deprecated: usage is discouraged due to undefined behaviors and may be removed in a future version of the SDK
- linters:
- gocritic
text: "^hugeParam: req is heavy|^dupImport" # TEMPORARY until SDK goes over v20231115008, then keep only first part
- linters:
- stylecheck
text: "^ST1019" # TEMPORARY until SDK goes over v20231115008

text: "^hugeParam: req is heavy"
run:
timeout: 10m
tests: true
Expand Down

0 comments on commit 81a1861

Please sign in to comment.