Skip to content

Commit

Permalink
unused: remove exported-is-used option
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 8, 2024
1 parent 90664f6 commit a9ea7d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.next.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2389,9 +2389,6 @@ linters-settings:
# Treat IncDec statement (e.g. `i++` or `i--`) as both read and write operation instead of just write.
# Default: false
post-statements-are-reads: true
# Mark all exported identifiers as used.
# Default: true
exported-is-used: false
# Mark all exported fields as used.
# default: true
exported-fields-are-used: false
Expand Down

0 comments on commit a9ea7d3

Please sign in to comment.