mirror of
https://github.com/TykTechnologies/tyk.git
synced 2026-03-27 04:21:43 +00:00
* Add make lint command, update PR template, update ci-tests to use make lint * Add -count 1 lines to prevent caching * Fix goimports for analytics_test.go, broken on master * Move go mod tidy before running linters * Print full git diff for git-state * Fix goimports issues on master
1.8 KiB
1.8 KiB
Description
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Refactoring or add test (improvements in base code or adds test coverage to functionality)
Checklist
- I ensured that the documentation is up to date
- I explained why this PR updates go.mod in detail with reasoning why it's required
- I would like a code coverage CI quality gate exception and have explained why