Skip to content

Commit

Permalink
fix lint failure due to deprecation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Jul 9, 2024
1 parent 83d51a4 commit 0047c8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ linters:
- musttag
- exhaustive
- nilnil

issues:
exclude-rules:
- path: cloud/linode/fake_linode_test.go
text: 'SA1019: (.+).(NodeBalancersPagedResponse|NodeBalancerConfigsPagedResponse|NodeBalancerNodesPagedResponse|FirewallDevicesPagedResponse) is deprecated: (NodeBalancersPagedResponse|NodeBalancerConfigsPagedResponse|NodeBalancerNodesPagedResponse|FirewallDevicesPagedResponse) exists for historical compatibility and should not be used.'

0 comments on commit 0047c8a

Please sign in to comment.