Skip to content

Commit

Permalink
Removed deprecated from .golangci.yml
Browse files Browse the repository at this point in the history
Fixes ci workflow which breaks when running .
  • Loading branch information
johnallers committed Feb 18, 2025
1 parent ea6371d commit b943193
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ linters-settings:
tenv:
all: true

varcheck:
exported-fields: false # this appears to improperly detect exported variables as unused when they are used from a package with the same name


linters:
disable-all: true
enable:
Expand Down

0 comments on commit b943193

Please sign in to comment.