Skip to content

Commit

Permalink
Remove deprecated linter
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <echlebek@sumologic.com>
  • Loading branch information
echlebek committed Jul 9, 2024
1 parent d5e29ec commit b921526
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ linters-settings:
gosimple:
go: "1.21"

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

unused:
go: "1.21"

Expand All @@ -37,7 +33,6 @@ linters:
- ineffassign
- typecheck
- unused
- gosimple
- staticcheck

issues:
Expand Down

0 comments on commit b921526

Please sign in to comment.