1913 Commits

Author SHA1 Message Date
Ludovic Fernandez
f8f8f9a6e7
nolint: drop allow-leading-space option and add "nolint:all" (#3002) 2022-08-01 14:21:04 +02:00
golangci-releaser
39fc81c19c
docs: Update documentation and assets (#3036)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-08-01 14:20:30 +02:00
dependabot[bot]
d186efe918
build(deps): bump honnef.co/go/tools from 0.3.2 to 0.3.3 (#3032)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
v1.47.3
2022-07-31 16:37:32 +02:00
dependabot[bot]
57d61afb82
build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v2 from 2.2.0 to 2.2.2 (#3030)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-31 16:25:30 +02:00
dependabot[bot]
95d57d994b
build(deps): bump gitlab.com/bosi/decorder from 0.2.2 to 0.2.3 (#3033) 2022-07-31 16:06:27 +02:00
dependabot[bot]
2ab46788e6
build(deps): bump github.com/daixiang0/gci from 0.4.3 to 0.5.0 (#3031)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-31 16:05:32 +02:00
dependabot[bot]
03d9b11369
build(deps): bump github.com/ryancurrah/gomodguard from 1.2.3 to 1.2.4 (#3029) 2022-07-31 15:50:54 +02:00
Marat Reymers
cee90e3a40
docs: fix broken license link (#3028) 2022-07-31 04:00:49 +02:00
Sven Anderson
846fab81b9
cgo: fix linters ignoring Cgo files (#3025) 2022-07-30 22:26:33 +02:00
Ludovic Fernandez
886fbd71a8
gci: fix panic with invalid configuration option (#3019) 2022-07-27 09:14:33 +02:00
Yilong Li
d03608f452
doc: add Bytebase info the trusted-by page (#3013) 2022-07-25 12:21:36 +02:00
Sasha Melentyev
a9dc1ce178
dev: change format like function without args (#3012)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-24 18:24:01 +02:00
dependabot[bot]
c7ed8b67a7
build(deps): bump github.com/sivchari/nosnakecase from 1.5.0 to 1.7.0 (#3008)
Bumps [github.com/sivchari/nosnakecase](https://github.com/sivchari/nosnakecase) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/sivchari/nosnakecase/releases)
- [Commits](https://github.com/sivchari/nosnakecase/compare/v1.5.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/sivchari/nosnakecase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-24 16:21:15 +03:00
dependabot[bot]
72fc41ceb1
build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (#3009)
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](https://github.com/BurntSushi/toml/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-24 15:22:31 +03:00
dependabot[bot]
e55f22c7a5
build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#3010)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-24 15:21:05 +03:00
Ville Skyttä
a768760ce7
dev: clean commands (#3007)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-23 00:55:25 +02:00
alingse
9cb17e4f8f
build(deps): bump github.com/alingse/asasalint from 0.0.10 to 0.0.11 (#3003)
* upgrade asasalint update default builtin

* Update .golangci.reference.yml

Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>

Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2022-07-22 16:40:23 +03:00
Ludovic Fernandez
d44cd49a20
feat: remove some go1.18 limitations (#3001)
* fix: restore some linters

- govet(nilness,unusedwrite)
- bodyclose
- contextcheck
- nilerr
- noctx
- tparallel

* fix: remove structcheck from the default linters.
2022-07-21 16:52:06 +02:00
golangci-releaser
eddfdbba7c
docs: Update documentation and assets (#3000)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-21 13:57:08 +02:00
Ludovic Fernandez
61673b3436
revive: ignore slow rules (#2999)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
v1.47.2
2022-07-21 01:39:54 +02:00
dependabot[bot]
3fb60a3e8a
build(deps): bump terser from 5.12.0 to 5.14.2 in /docs (#2998) 2022-07-20 23:50:09 +02:00
golangci-releaser
dc0237854f
docs: Update documentation and assets (#2996)
Co-authored-by: ldez <ldez@users.noreply.github.com>
2022-07-19 18:22:38 +02:00
Ludovic Fernandez
ebd6dcbf92
Revert 'fix: generics (#2991)' (#2995)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
v1.47.1
2022-07-19 13:29:54 +02:00
Ludovic Fernandez
c39bf96129
fix: disable structcheck for go >= 1.18 (#2994) 2022-07-19 12:32:33 +02:00
Ludovic Fernandez
a91463cde4
build(deps): bump github.com/daixiang0/gci from 0.4.2 to 0.4.3 (#2992) 2022-07-19 10:50:14 +03:00
Ludovic Fernandez
eb16e701db
fix: generics (#2991) 2022-07-19 09:12:58 +02:00
Oscar
4e60e8a894
gci: fix options display (#2989) 2022-07-19 01:56:22 +02:00
sivchari
4c8bdc70cc
build(deps): bump github.com/sivchari/tenv from 1.6.0 to 1.7.0 (#2988) 2022-07-18 20:27:20 +02:00
Ludovic Fernandez
fd87bd1efb
gci: remove the use of stdin (#2984)
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
2022-07-18 20:04:33 +02:00
golangci-releaser
a913b3e955
docs: Update documentation and assets (#2981)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-18 15:04:44 +02:00
alingse
b415402720
Add linter asasalint to lint pass []any as any (#2968)
Some checks failed
Release a tag / release (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
v1.47.0
2022-07-18 09:17:27 +02:00
dependabot[bot]
e60937a179
build(deps): bump github.com/daixiang0/gci from 0.4.1 to 0.4.2 (#2979)
Bumps [github.com/daixiang0/gci](https://github.com/daixiang0/gci) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/daixiang0/gci/releases)
- [Commits](https://github.com/daixiang0/gci/compare/v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: github.com/daixiang0/gci
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-17 14:14:34 +03:00
Ludovic Fernandez
27f921fa14
dev: use directives instead of comments for tests (#2978) 2022-07-15 15:32:10 +02:00
Ethan Reesor
0abb298136
staticcheck: fix generics (#2976)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-14 04:10:10 +02:00
Dan Kortschak
d6a39ef374
dev: remove kortschak from generated team (#2974) 2022-07-12 09:09:48 +02:00
Loong Dai
5e183652ba
build(deps): bump github.com/daixiang0/gci from 0.4.0 to 0.4.1 (#2973)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-11 09:59:13 +02:00
Sasha Melentyev
ed4befe5ef
dev: change err to nil (#2971) 2022-07-10 20:44:49 +02:00
dependabot[bot]
9ebc2d5237
build(deps): bump moment from 2.29.2 to 2.29.4 in /.github/contributors (#2966) 2022-07-10 08:53:52 +02:00
dependabot[bot]
b050b42309
build(deps): bump moment from 2.29.2 to 2.29.4 in /docs (#2967) 2022-07-09 23:29:25 +02:00
Loong Dai
b8f1e2a549
build(deps): bump github.com/daixiang0/gci from 0.3.4 to 0.4.0 (#2965)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-09 23:15:47 +02:00
dependabot[bot]
9317da6cf0
build(deps): bump github.com/uudashr/gocognit from 1.0.5 to 1.0.6 (#2962) 2022-07-06 17:57:12 +02:00
dependabot[bot]
a64951caf3
build(deps): bump parse-url from 6.0.0 to 6.0.2 in /docs (#2961)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-07-06 04:24:15 +02:00
dependabot[bot]
bb5b6625b8
build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#2957)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-03 14:40:29 +03:00
dependabot[bot]
8e0a6725ed
build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.5 to 3.22.6 (#2959)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.5 to 3.22.6.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.5...v3.22.6)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-03 14:24:01 +03:00
dependabot[bot]
f75b1a8bd4
build(deps): bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#2958)
Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-version/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-03 14:13:55 +03:00
dependabot[bot]
daf8993493
build(deps): bump react from 18.1.0 to 18.2.0 in /docs (#2953)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.1.0 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 13:57:26 +03:00
dependabot[bot]
110cea67c8
build(deps): bump gatsby-plugin-google-analytics from 4.13.0 to 4.17.0 in /docs (#2952) 2022-07-02 11:10:38 +02:00
dependabot[bot]
f545dc76b1
build(deps): bump gatsby-plugin-sharp from 4.13.0 to 4.17.0 in /docs (#2951) 2022-07-02 11:10:26 +02:00
dependabot[bot]
1f1d4dbf90
build(deps): bump gatsby-remark-copy-linked-files from 5.13.0 to 5.17.0 in /docs (#2950) 2022-07-02 11:10:15 +02:00
dependabot[bot]
efd5061004
build(deps): bump postcss from 8.4.13 to 8.4.14 in /docs (#2949) 2022-07-02 11:10:01 +02:00