1282 Commits

Author SHA1 Message Date
Ludovic Fernandez
8f3ad45e1c
gosec: add configuration (#1930) 2021-04-24 23:20:12 +02:00
Ludovic Fernandez
db80e16aba
dev: cleanup config package (#1929)
* split config section into files.
* extract anonymous types.
* sort linters alphabetically.
2021-04-24 16:29:04 +02:00
Tom Arrell
12e3251a61
Update wrapcheck to v1.2.0 (#1927) 2021-04-23 23:14:36 +02:00
Simon Sawert
d6bcf9f4b2
Update wsl to 3.3.0, sort config in example config (#1922)
* Update wsl to 3.3.0, sort config in example config
* chore: ignore CVE-2020-26160
2021-04-21 19:18:09 +02:00
Ludovic Fernandez
9cb902cdf2
fix: comma in exclude pattern leads to unexpected results (#1917) 2021-04-19 15:20:49 +02:00
dependabot[bot]
2c008326ba
build(deps): bump github.com/tommy-muehle/go-mnd/v2 from 2.3.1 to 2.3.2 (#1919) 2021-04-19 09:04:00 +02:00
dependabot[bot]
53a4b41ff5
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#1918)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-19 07:54:18 +02:00
Ludovic Fernandez
5d10450bc9
dev: clean configuration, documentation, and code (#1911)
* Remove dead code related to golangci.com
* remove old build tags
* stale bot: remove bug label from `exemptLabels`
* order `gitignore` entries alphabetically
* doc: order `linters-settings` alphabetically
* remove obsolete exclude rule
* release: add docs prefix to skip the commit in the changelog
2021-04-14 12:48:48 +02:00
Ludovic Fernandez
93df6f75f5
Add tagliatelle linter (#1906) 2021-04-12 17:59:50 +02:00
dependabot[bot]
0f3f9ef809
build(deps): bump github.com/mgechev/revive from 1.0.5 to 1.0.6 (#1908) 2021-04-12 10:27:47 +02:00
dependabot[bot]
9e11a08a11
build(deps): bump github.com/tetafro/godot from 1.4.4 to 1.4.5 (#1907) 2021-04-12 09:22:32 +02:00
Ben Drucker
1fb67fe448
fix release stats badge (#1901) 2021-04-07 01:13:05 +02:00
Takumasa Sakao
c5891c0d93
Bump importas to HEAD (#1899) 2021-04-06 03:06:41 +02:00
dependabot[bot]
42cc78432b
build(deps): bump github.com/tomarrell/wrapcheck from 1.0.0 to 1.1.0 (#1891) 2021-04-05 12:37:16 +02:00
dependabot[bot]
7ee6e4dd74
build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.2 to 3.21.3 (#1890) 2021-04-05 11:52:36 +02:00
dependabot[bot]
c9ec73fdc3
build(deps): bump golangci/golangci-lint-action from v2.5.1 to v2.5.2 (#1889) 2021-04-05 11:52:02 +02:00
Ludovic Fernandez
a833cc1600
typecheck: improve error stack parsing. (#1886) 2021-04-04 10:55:39 +02:00
dependabot[bot]
3fee285ba6
build(deps): bump react-headroom from 3.1.0 to 3.1.1 in /docs (#1883) 2021-04-01 19:25:16 +02:00
dependabot[bot]
e3ca53193b
build(deps): bump gatsby-plugin-netlify from 2.11.0 to 2.11.1 in /docs (#1882) 2021-04-01 19:24:25 +02:00
dependabot[bot]
190c204d12
build(deps): bump gatsby from 2.32.8 to 2.32.11 in /docs (#1881) 2021-04-01 19:23:13 +02:00
dependabot[bot]
cb6a423b6c
build(deps): bump gatsby-plugin-mdx from 1.10.1 to 2.2.0 in /docs (#1880) 2021-04-01 09:06:46 +02:00
dependabot[bot]
07ae877464
build(deps): bump y18n from 4.0.0 to 4.0.1 in /.github/peril (#1879) 2021-04-01 03:20:32 +02:00
Ben Ye
6844f6abf8
Add promlinter to lint metrics name (#1265) 2021-03-30 14:56:42 +02:00
dependabot[bot]
5baff12cb8
build(deps): bump github.com/hashicorp/go-multierror from 1.0.0 to 1.1.1 (#1877)
Bumps [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/go-multierror/releases)
- [Commits](https://github.com/hashicorp/go-multierror/compare/v1.0.0...v1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: Xiang Dai <long0dai@foxmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 14:20:14 +08:00
Ludovic Fernandez
75bc80d7d2
docs: update for v1.39.0 (#1876)
* docs: update for v1.39.0
* skip CVE for github.com/gogo/protobuf
2021-03-28 22:05:37 +02:00
Ludovic Fernandez
9aea4aee1c
typecheck: display compilation errors as report instead of error (#1861)
Some checks failed
Extra / Vulnerability scanner (push) Has been cancelled
CI / go-mod (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Release a tag / release (push) Has been cancelled
CI / tests-on-windows (push) Has been cancelled
CI / tests-on-macos (push) Has been cancelled
CI / tests-on-unix (1.14) (push) Has been cancelled
CI / tests-on-unix (1.15) (push) Has been cancelled
CI / tests-on-unix (1.16) (push) Has been cancelled
CI / check_generated (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.39.0
2021-03-25 23:52:55 +01:00
Ludovic Fernandez
ccb5bd03d1
docs: add cache directory information. (#1871) 2021-03-25 23:07:22 +01:00
C.J. Jameson
bcdfb7f6b1
docs: typo fixes in architecture.mdx (#1870) 2021-03-24 17:44:38 +01:00
Borja Clemente
814bf0e0ad
Set version command output to Stdout (#1869) 2021-03-24 17:43:56 +01:00
Ludovic Fernandez
82778e2f9f
Bump importas to HEAD (#1864) 2021-03-22 09:32:02 +01:00
dependabot[bot]
e23f80eeb8
build(deps): bump github.com/mgechev/revive from 1.0.3 to 1.0.5 (#1866)
Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.0.3 to 1.0.5.
- [Release notes](https://github.com/mgechev/revive/releases)
- [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml)
- [Commits](https://github.com/mgechev/revive/compare/v1.0.3...v1.0.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 08:02:17 +01:00
dependabot[bot]
ba6e969f07
build(deps): bump github.com/go-critic/go-critic from 0.5.4 to 0.5.5 (#1867)
Bumps [github.com/go-critic/go-critic](https://github.com/go-critic/go-critic) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/go-critic/go-critic/releases)
- [Commits](https://github.com/go-critic/go-critic/compare/v0.5.4...v0.5.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 08:01:22 +01:00
Ludovic Fernandez
fb394a9994
Bump makezero to HEAD (#1865) 2021-03-22 03:38:08 +01:00
Ludovic Fernandez
03992d04d7
Bump wrapcheck to v1.0.0 (#1863) 2021-03-22 00:38:37 +01:00
Ludovic Fernandez
809be02635
fix: linters load mode (#1862) 2021-03-21 23:06:40 +01:00
Ludovic Fernandez
8db518cee0
Add versions, improve deprecation system, improve linters page (#1854) 2021-03-17 16:17:33 +01:00
Ludovic Fernandez
b6a6faa982
Add new presets (#1847) 2021-03-16 13:33:28 +01:00
Ludovic Fernandez
cd6644d47b
revive: the default configuration is only applied when no dedicated configuration. (#1831) 2021-03-15 12:39:04 +01:00
Ludovic Fernandez
e381b33092
Bump rowserrcheck to HEAD (#1843) 2021-03-15 12:38:24 +01:00
Ludovic Fernandez
87d37c6cf5
Restore fast linters meaning (#1844)
* fix: remove useless conditions.

* feat: considere revive as slow.

* feat: considere linters with go analysis as slow.
2021-03-15 10:13:54 +03:00
dependabot[bot]
cd2025d1be
build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 (#1845)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.0 to 1.8.1.
- [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.0...v1.8.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 08:00:10 +01:00
Ludovic Fernandez
92adaa4497
docs: improve linters page (#1842) 2021-03-14 14:15:52 +01:00
Andrew Shannon Brown
e1a734e559
nolintlint: allow to fix //nolint lines (#1583) 2021-03-13 05:11:05 +01:00
Oleg Butuzov
d28c66672e
docs: adding missing format options (#1840) 2021-03-13 04:46:03 +01:00
Ludovic Fernandez
9838a57941
dev: remove old TODO and remove assert import alias on require. (#1838) 2021-03-13 04:45:32 +01:00
Eugene Simonov
7a612da13c
bump ifshort to v1.0.2 (#1837) 2021-03-12 16:50:59 +01:00
Ludovic Fernandez
4bc68c0a15
Bump gofumpt from v0.1.0 to v0.1.1 (#1834) 2021-03-11 16:12:05 +01:00
Ludovic Fernandez
2ebc9d7202
dev: clean configuration and code (#1830) 2021-03-09 19:46:18 +01:00
dependabot[bot]
714bd288df
build(deps): bump github.com/securego/gosec/v2 from 2.6.1 to 2.7.0 (#1823) 2021-03-09 19:34:55 +01:00
Ludovic Fernandez
fce3949d5b
Deprecate 'scopelint' linter (#1819)
* Deprecate scopelint linter

* clean code base.
2021-03-09 10:19:22 -08:00