955 Commits

Author SHA1 Message Date
Denis Krivak
7f4a711ce6 Update godot linter. 2020-04-29 20:27:23 +03:00
Aleksandr Razumov
224515a9ab
dev: generate readme 2020-04-28 01:09:05 +03:00
Aleksandr Razumov
5db67a5564
Merge pull request #1019 from tdakkota/feature/add-go-err13-support
Add go-err113 linter support
2020-04-28 01:08:26 +03:00
tdakkota
0d95fafefc feat: add go-err113 linter support 2020-04-27 21:37:34 +03:00
Aleksandr Razumov
07374ce09b
dev: prepare v1.25.1
GIT_TAG=v1.25.1 make README.md
v1.25.1
2020-04-27 20:32:42 +03:00
Aleksandr Razumov
c0618b0593
Merge pull request #1049 from golangci/unused-fix-mode
Fix unused in "fix" mode
2020-04-27 20:18:54 +03:00
Aleksandr Razumov
56f2b7d59d
fixer: add warning about possible line range issue 2020-04-27 20:11:42 +03:00
Aleksandr Razumov
3deb9d80ab
unused: check line range before suggesting fix
Fix #1048
2020-04-27 19:59:38 +03:00
Aleksandr Razumov
1353b60074
test: add unused testdata for fix 2020-04-27 19:19:12 +03:00
Aleksandr Razumov
c4e40f1968
readme: generate 2020-04-27 13:23:58 +03:00
Aleksandr Razumov
d90ec7361d
Merge branch 'rung-upgrade-gosec' 2020-04-27 13:11:28 +03:00
Aleksandr Razumov
397a6a6732
Merge branch 'upgrade-gosec' of https://github.com/rung/golangci-lint into rung-upgrade-gosec 2020-04-27 13:07:03 +03:00
Andrew Shannon Brown
909f628d75 Add linter for nolint
Linter can check that nolint statements are properly formatted and also that all
nolint statements are used.
2020-04-26 20:20:17 -07:00
Aleksandr Razumov
4a3e9fd2bb
Merge pull request #1045 from JohnStarich/feature/include-excludes
Re-enable default excludes by ID
2020-04-26 00:31:01 +03:00
John Starich
36d8d881f9 Preserve API backward compatibility 2020-04-25 14:14:42 -05:00
John Starich
15c75690fc Re-generated README 2020-04-25 14:08:00 -05:00
John Starich
c55e7614d4 Re-enable default excludes by ID 2020-04-25 13:57:57 -05:00
Aleksandr Razumov
c25bf85999
readme: generate 2020-04-25 20:47:15 +03:00
Aleksandr Razumov
1373897abf
Merge branch 'tdakkota-feature/add-asciicheck-support' 2020-04-25 17:51:53 +03:00
Aleksandr Razumov
68ac3ca7e5
Merge pull request #1044 from ryancurrah/update-gomodguard
update gomodguard
2020-04-25 13:07:58 +03:00
Ryan Currah
569a19c2f0
update gomodguard 2020-04-24 23:02:38 -04:00
Aleksandr Razumov
e2b927f029
Merge pull request #1036 from iwankgb/exclude-case-sensitive
Adding case-sensitive exclude processor
2020-04-24 12:48:42 +03:00
Maciej "Iwan" Iwanowski
078f44f8aa Getting rid of code duplication
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-23 18:37:40 +02:00
Maciej "Iwan" Iwanowski
f8137cf2aa
Updating generated files
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-23 09:39:49 +02:00
Maciej "Iwan" Iwanowski
794a464435
Improving flag help message
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-23 09:36:25 +02:00
Maciej "Iwan" Iwanowski
94f8d6aacb
Ensuring interface implementation
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-23 09:32:55 +02:00
Maciej "Iwan" Iwanowski
d7772f542b
Using ExcludeRulesProcessor
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-23 09:27:48 +02:00
Maciej "Iwan" Iwanowski
05138497f2
Adding case sensitive exclude rules support
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-23 09:23:37 +02:00
Aleksandr Razumov
0fb48ad5f5
readme: re-generate 2020-04-23 02:46:54 +03:00
Aleksandr Razumov
e3c0213cec
changelog: fix typo 2020-04-23 02:34:41 +03:00
Aleksandr Razumov
86931b76d6
changelog: update 2020-04-23 02:34:04 +03:00
Aleksandr Razumov
3082512524
dev: prepare release
GIT_TAG=v1.25.0 make README.md
v1.25.0
2020-04-23 01:53:28 +03:00
Aleksandr Razumov
839ce6906b
goreleaser: ignore unsupported platforms 2020-04-23 01:52:18 +03:00
Aleksandr Razumov
883305174d
make: add snapshot command 2020-04-23 01:40:32 +03:00
Aleksandr Razumov
fc8c4a32f9
tools: update goreleaser 2020-04-23 01:38:20 +03:00
Aleksandr Razumov
c252122af0
Merge pull request #1038 from golangci/downgrade-dominikh-go-tools
mod: downgrade honnef.co/go/tools to v2019.2.3
2020-04-23 01:22:45 +03:00
Aleksandr Razumov
6db0292426
mod: downgrade honnef.co/go/tools to v2019.2.3
Hotfix for `failed prerequisites` errors.
Actual cause is still unknown.

Revert: #987
Ref: #994, #995, #1011
2020-04-23 01:16:55 +03:00
Aleksandr Razumov
0421b6e51a
readme: re-generate 2020-04-23 00:41:26 +03:00
Aleksandr Razumov
898bbb176e
Merge branch 'nakabonne-nestif' 2020-04-23 00:32:54 +03:00
Aleksandr Razumov
d00692c355
Merge branch 'nestif' of https://github.com/nakabonne/golangci-lint into nakabonne-nestif 2020-04-23 00:31:25 +03:00
Aleksandr Razumov
48361b9978
Merge pull request #852 from maratori/add-testpackage
Add linter testpackage
2020-04-23 00:17:33 +03:00
Aleksandr Razumov
aed4806aae
Merge pull request #1029 from kaka19ace/master
feat: [gocritic] support disabled-tags
2020-04-23 00:15:06 +03:00
Maciej "Iwan" Iwanowski
d9970e4862
Generated README.md
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-22 18:58:44 +02:00
tdakkota
92aa97e55e feat: add asciicheck linter support 2020-04-22 19:55:05 +03:00
Maciej "Iwan" Iwanowski
a68b411e4a
Adding case-sensitive exclude processor
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
2020-04-22 18:40:10 +02:00
Marat Reymers
9914737fc3 Add linter testpackage 2020-04-22 18:57:30 +03:00
Aleksandr Razumov
cbc2134faf
Merge pull request #1013 from ryancurrah/add-gomodguard-linter
added new linter gomodguard
2020-04-22 16:42:54 +03:00
Aleksandr Razumov
789d200fcf
Merge pull request #1032 from kortschak/go-install
doc: provide instructions for from-source installation
2020-04-22 14:18:04 +03:00
kaka_ace
00cc2336c7 feat: [gocritic] support disabled-tags 2020-04-22 12:11:56 +08:00
Dan Kortschak
f13612b04c doc: address pr comment 2020-04-22 11:15:37 +09:30