From aa0a219bb03ee8cb1205a6a8d20114facf1eb22a Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 21 Jul 2022 00:26:48 +0200 Subject: [PATCH] fix: change log --- CHANGELOG.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b408bb472bd1..723705db45ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,27 +16,27 @@ There is the most valuable changes log: * `asasalint`: https://github.com/alingse/asasalint * `nosnakecase`: https://github.com/sivchari/nosnakecase 2. updated linters: + * `decorder`: from 0.2.1 to 0.2.2 + * `errcheck`: from 1.6.0 to 1.6.1 * `errname`: from 0.1.6 to 0.1.7 + * `exhaustive`: from 0.7.11 to 0.8.1 + * `gci`: fix issues and re-enable autofix * `gci`: from 0.3.4 to 0.4.2 - * `nonamedreturns`: from 1.0.1 to 1.0.4 - * `gocyclo`: from 0.5.1 to 0.6.0 * `go-exhaustruct`: from 2.1.0 to 2.2.0 - * `errcheck`: from 1.6.0 to 1.6.1 - * `thelper`: from 0.6.2 to 0.6.3 - * `paralleltest`: from 1.0.3 to 1.0.6 - * `testpackage`: from 1.0.1 to 1.1.0 - * `exhaustive`: from 0.7.11 to 0.8.1 * `go-ruleguard`: from 0.3.19 to 0.3.21 - * `gosec`: from 2.11.0 to 2.12.0 - * `tenv`: from 1.5.0 to 1.6.0 - * `wrapcheck`: from 2.6.1 to 2.6.2 * `gocognit`: from 1.0.5 to 1.0.6 - * `decorder`: from 0.2.1 to 0.2.2 - * `honnef.co/go/tools`: from 0.3.1 to 0.3.2 + * `gocyclo`: from 0.5.1 to 0.6.0 * `golang.org/x/tools`: bump to HEAD - * `gci`: fix issues and re-enable autofix * `gosec`: allow `global` config + * `gosec`: from 2.11.0 to 2.12.0 + * `nonamedreturns`: from 1.0.1 to 1.0.4 + * `paralleltest`: from 1.0.3 to 1.0.6 * `staticcheck`: fix generics + * `staticcheck`: from 0.3.1 to 0.3.2 + * `tenv`: from 1.5.0 to 1.6.0 + * `testpackage`: from 1.0.1 to 1.1.0 + * `thelper`: from 0.6.2 to 0.6.3 + * `wrapcheck`: from 2.6.1 to 2.6.2 3. documentation: * add thanks page * add a clear explanation about the `staticcheck` integration.