Skip to content

Commit

Permalink
Disable protogetter check
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Mar 25, 2024
1 parent 341455a commit 16e1ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ linters:
- tenv
- typecheck
- unconvert
- protogetter
# We must disable this one because there is no support 'optional' protobuf fields yet: https://github.com/arduino/arduino-cli/pull/2570
#- protogetter

linters-settings:
forbidigo:
Expand Down

0 comments on commit 16e1ba6

Please sign in to comment.