Skip to content

Commit

Permalink
test(integration): update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Jun 4, 2024
1 parent 6799d58 commit 4c87b1d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/integration/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ linters-settings:
check-type-assertions: false
check-blank: true

maligned:
# print struct with more effective memory layout or not, false by default
suggest-new: true

unused:
go: "1.18"

lll:
# max line length, lines longer will be reported. Default is 120.
# '\t' is counted as 1 character by default, and can be changed with the tab-width option
Expand Down

0 comments on commit 4c87b1d

Please sign in to comment.