Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: fix linter warning #406

Merged
merged 1 commit into from
Jun 10, 2024
Merged

examples: fix linter warning #406

merged 1 commit into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. examples: fix linter warning

    The newer golangci-lint enables a revive check by default:
    
      output_test/output_test.go:115:42: unused-parameter: parameter 'vmodule' seems to be unused, consider removing or renaming it as _ (revive)
    	newLogger := func(out io.Writer, v int, vmodule string) logr.Logger {
    pohly committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d008cfe View commit details
    Browse the repository at this point in the history