Skip to content

Resolve revive package-comments linter errors #812

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

Open
austinvazquez opened this issue Mar 14, 2025 · 1 comment
Open

Resolve revive package-comments linter errors #812

austinvazquez opened this issue Mar 14, 2025 · 1 comment
Labels
good first issue Good for newcomers

Comments

@austinvazquez
Copy link
Contributor

Resolve the following lint errors:

Error: snapshotter/internal/integtest/stargz/fs/config/config.go:41:1: package-comments: should have a package comment (revive)
package config
^
Error: snapshotter/config/config.go:14:1: package-comments: should have a package comment (revive)
package config
^
Error: snapshotter/internal/mount/collection.go:14:1: package-comments: should have a package comment (revive)
package mount

Note: there might be more lurking

@austinvazquez austinvazquez added the good first issue Good for newcomers label Mar 14, 2025
@austinvazquez
Copy link
Contributor Author

Success criteria is these lines can be removed from .golangci.yml

    - linters:
      - revive
      text: package-comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant