Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava Lysunkin committed Nov 11, 2024
1 parent ccb643a commit 8a8793c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ linters-settings:
disabled: true
- name: max-control-nesting
- name: max-public-structs
exclude: ["TEST"]
arguments: [100]
disabled: true # the api/* pkgs have lots of structs
- name: modifies-parameter
- name: modifies-value-receiver
- name: nested-structs
Expand Down

0 comments on commit 8a8793c

Please sign in to comment.