Skip to content

Commit

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

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

0 comments on commit f4d8bdf

Please sign in to comment.