Skip to content

Commit

Permalink
Chore: Add interfacebloat to the list of the disabled linters
Browse files Browse the repository at this point in the history
  • Loading branch information
joeturki committed Jan 2, 2025
1 parent 1cc9b98 commit cd245ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ linters:
- depguard # Go linter that checks if package imports are in a list of acceptable packages
- gochecknoinits # Checks that no init functions are present in Go code
- gomodguard # Allow and block list linter for direct Go module dependencies. This is different from depguard where there are different block types for example version constraints and module recommendations.
- interfacebloat # A linter that checks length of interface.
- ireturn # Accept Interfaces, Return Concrete Types
- mnd # An analyzer to detect magic numbers
- nolintlint # Reports ill-formed or insufficient nolint directives
Expand Down

0 comments on commit cd245ed

Please sign in to comment.