Thank you for using Sider. Since Go Meta Linter is officially deprecated, those who have Go Meta Linter/go vet/golint enabled will need to migrate to GolangCI-Lint.
Deadline: End of May 2020(UTC)
If the migration to GolangCI-Lint is not completed by the deadline above, Go Meta linter and go vet and go lint will be disabled and GolangCI-Lint will be enabled.
Steps to migrate to GolangCI-Lint
- Enable GolangCI-Lint in the repository settings page.
- Disable Go Meta linter, go vet, and go lint
Because Sider runs go vet and golint via Go Meta linter, Sider will not support go vet and golint.
However, you can run go vet and golint via GolangCI-Lint. So if go vet or golint are enabled, GolangCI-Lint will be enabled at the deadline.
go vet and go lint are included in GolangCI-Lint. So after enabling GolangCI-Lint, go vet and go lint will run automatically
If you have any questions about the migration process, please contact our support team.