Skip to content

Commit

Permalink
disable protogetter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxihafer committed Nov 17, 2023
1 parent 19abace commit a5420e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ linters:
- interfacer # archived, a tool that suggests interfaces is prone to bad suggestions
- ifshort # archived, false positives
- varnamelen # unneeded, short varnames can be reasonable i.e i= index, n= amount or s *Service, reviewer should pay attention to disapprove lines like ´for i, e := range l {}´
- protogetter # disabled because it is very annoying and brings little improvement

linters-settings:
# Vet examines Go source code and reports suspicious constructs, such as Printf calls whose
Expand Down

0 comments on commit a5420e5

Please sign in to comment.