Skip to content

Commit

Permalink
TEMPORARY: allow import a package twice
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Apr 22, 2024
1 parent b4d79ca commit 6188285
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ 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"
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

run:
timeout: 10m
Expand Down

0 comments on commit 6188285

Please sign in to comment.