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

chore(deps): update all dependencies #33

Merged
merged 3 commits into from
May 21, 2024
Merged

chore(deps): update all dependencies #33

merged 3 commits into from
May 21, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    7cb2d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93a3d1 View commit details
    Browse the repository at this point in the history
  3. fix: resolve linting issue

    Error: cmd/use_correct_pm.go:20:12: unused-parameter: parameter 'cmd' seems to be unused, consider
    removing or renaming it as _ (revive)
    Run: func(cmd *cobra.Command, args []string) {
    ^
    level=warning msg="[config_reader] The configuration option `linters.errcheck.ignore`
    is deprecated, please use `linters.errcheck.exclude-functions`."
    mheob committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d5953fc View commit details
    Browse the repository at this point in the history