Files
tyk/.github/PULL_REQUEST_TEMPLATE.md
Tit Petric f964ae4740 [TT-6927] Improving DX with make lint, add faillint, PR template update (#4314)
* 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
2022-10-28 16:41:36 +02:00

1.8 KiB

Description

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