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

go.mk: lint with staticcheck #30

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sauterp
Copy link
Member

@sauterp sauterp commented May 8, 2024

Description

Checklist

(For exoscale contributors)

  • Changelog updated (under Unreleased block)
  • Integration tests OK

Testing

❯ make lint
go.mk/version.mk:13: warning: overriding recipe for target 'get-version-tag'
/home/sauterp/src/github.com/exoscale/exoscale-csi-driver/go.mk/version.mk:13: warning: ignoring old recipe for target 'get-version-tag'
remote: Enumerating objects: 10, done.
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 10 (delta 3), reused 6 (delta 2), pack-reused 0
Unpacking objects: 100% (10/10), 6.38 KiB | 594.00 KiB/s, done.
From github.com:exoscale/go.mk
   1ecccbf..c320e5b  master     -> origin/master
 * [new tag]         v2.0.0     -> v2.0.0
go.mk/version.mk:13: warning: overriding recipe for target 'get-version-tag'
/home/sauterp/src/github.com/exoscale/exoscale-csi-driver/go.mk/version.mk:13: warning: ignoring old recipe for target 'get-version-tag'
'/home/sauterp/bin/go' install honnef.co/go/tools/cmd/[email protected]
'/home/sauterp/go/bin/staticcheck' \
   \
  ./...

@sauterp sauterp force-pushed the philippsauter/sc-95507/public-tooling-switch-golanci-lint-staticcheck branch from 9aab8f6 to 2ae23f4 Compare May 31, 2024 15:34
@sauterp sauterp marked this pull request as ready for review May 31, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants