Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Releases: Financial-Times/upp-coding-standard

Merge duplicate keys in the config file

08 Aug 14:38
04c83e8
Compare
Choose a tag to compare

Remove the duplicate key linters-settings by merging the two linters-settings entries.
The latest version of golangci-lint (v1.48.0) doesn't allow duplicate keys in the config yaml file.

v1.3.1

11 Apr 08:29
585f7fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

Add linter for unused parameters

12 Jul 09:06
1cd81ca
Compare
Choose a tag to compare
Merge pull request #8 from Financial-Times/feature/add-unparam

Enable the linter for unused parameters

Enable gocognit linter

16 Mar 17:35
42e2452
Compare
Choose a tag to compare
Merge pull request #6 from Financial-Times/feature/enable-gocyclo

Enable gocognit and configure it to report complexity over 20

Add whitespace linter

27 Jul 14:41
1c1f6fb
Compare
Choose a tag to compare
Merge pull request #5 from Financial-Times/feature/add-whitespace-linter

Enable whitespace linter

test-v.1.0.1: Remove unused linter - seems it's causing problems with golangci

09 Mar 15:09
a0dc101
Compare
Choose a tag to compare
After upgrading to GO 1.14 we got errors running golangci.
No better solution was proposed in the golangci issues.

Initial release

04 Oct 12:03
028b3c8
Compare
Choose a tag to compare
Merge pull request #1 from Financial-Times/go-linting

Go linting and golangci config