Skip to content

Commit

Permalink
Disable linter
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 28, 2024
1 parent d02c62e commit a926d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewClient() (client.Client, error) {
scheme := runtime.NewScheme()
_ = clientgoscheme.AddToScheme(scheme)

ctrl.SetLogger(klogr.New())
ctrl.SetLogger(klogr.New()) // nolint:staticcheck
cfg := ctrl.GetConfigOrDie()
cfg.QPS = 100
cfg.Burst = 100
Expand Down

0 comments on commit a926d73

Please sign in to comment.