darklore
b32e16dfcb
Add zsh completion to homebrew
2020-01-11 11:31:43 -05:00
Denis Isaev
77dabb3d74
docs: add rowsercheck into .golangci.example.yml after #849
2020-01-08 14:13:39 +03:00
gaojingyu
e93138f00f
Add rows.Err weather checked linter ( #849 )
...
Add rowserrcheck
Co-authored-by: Isaev Denis <idenx@yandex.com>
2020-01-08 14:08:16 +03:00
Denis Isaev
93e93bc28b
docs: add link to slack channel
2020-01-08 13:57:16 +03:00
David Braley
be3c688da4
I473 ( #841 )
...
Support custom linters integration by plugins
Co-authored-by: Isaev Denis <idenx@yandex.com>
2020-01-08 13:51:55 +03:00
Connor Adams
d3e36a97cd
Fix typo in golangci-lint
2020-01-04 17:44:43 -05:00
Connor Adams
a73c6edf64
Update GoLand instructions in README.md
2020-01-04 17:44:43 -05:00
Hiroki Suezawa
7368dd3604
Update gosec and add column
...
Signed-off-by: Hiroki Suezawa <suezawa@gmail.com>
2020-01-04 17:08:51 -05:00
Trevor Pounds
cb2f8ba562
Update README to v1.22.2 release.
v1.22.2
2019-12-30 12:18:05 -05:00
Trevor Pounds
da91430448
Update README to latest v1.22.1 release.
v1.22.1
2019-12-30 10:34:53 -05:00
Trevor Pounds
c1673d2277
Add zsh completion command.
...
Fixes #862
2019-12-30 10:15:31 -05:00
Trevor Pounds
60c55133a6
Fix import order.
2019-12-30 09:05:39 -05:00
Trevor Pounds
503f964882
Fix script release command.
...
Fixes failed Travis deploys since it only supports a single command.
see: https://github.com/travis-ci/dpl/issues/673
v1.22.0
2019-12-29 23:03:00 -05:00
Trevor Pounds
ef4422572c
Update README to latest v1.22.0 release.
2019-12-29 22:29:33 -05:00
Trevor Pounds
1fb47ae397
Merge pull request #900 from tpounds/build-cleanup
...
Misc. build cleanup
2019-12-29 22:11:32 -05:00
Trevor Pounds
258eb9b807
Cleanup duplicate test run command.
2019-12-29 22:02:00 -05:00
Trevor Pounds
ec615e02ce
Update install.sh.
2019-12-29 21:44:06 -05:00
Trevor Pounds
0e7f88e07b
Cleanup make targets.
2019-12-29 21:35:49 -05:00
Trevor Pounds
f6ced49dcc
Simplify skipped dir rules.
2019-12-29 21:21:41 -05:00
Trevor Pounds
df22674127
Update to Node.js v12.14.0 LTS.
2019-12-29 19:43:24 -05:00
Trevor Pounds
a236783627
Update to github.com/go-critic/go-critic v0.4.0.
2019-12-29 19:43:24 -05:00
Trevor Pounds
2780e6f159
Update to github.com/spf13/viper v1.6.1.
2019-12-29 19:43:24 -05:00
Trevor Pounds
874b18c66b
Update to gopkg.in/yaml.v2 v2.2.7.
2019-12-29 19:43:24 -05:00
Chris Koch
7a58a86d38
unused: suggest deleting unused stuff
...
Signed-off-by: Chris Koch <chrisko@google.com>
2019-12-29 17:47:50 -05:00
Sijie Yang
4e9fb74250
Update Trusted By section in README
2019-12-29 17:19:26 -05:00
Patrick Zhang
06dddc3d67
Fix depguard config in yml
2019-12-29 17:12:11 -05:00
Sascha Grunert
f3e349fb5c
Propagate error when linter cannot be run
...
We now return an error if any linter is unable to run to
not exit on 0 in that case.
Closes #451
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-29 16:52:01 -05:00
Kyoichiro Yamada
ae427c1eda
chore: we can use a "console" for syntax
2019-12-29 16:49:13 -05:00
Aleksandr Razumov
cf1fbc590a
Merge pull request #891 from uudashr/master
...
Update the gocognit linter due to bug fix
2019-12-19 15:15:55 +03:00
Nuruddin Ashr
641cca8ed7
Update go.sum
2019-12-19 13:45:26 +07:00
Nuruddin Ashr
70abc4a01c
Added the updated vendor
2019-12-19 11:06:03 +07:00
Nuruddin Ashr
9fd3138fd5
Update the gocognit linter
2019-12-18 15:33:25 +07:00
Tommy Muehle
e94e36d437
Add new generated README.md
2019-12-05 07:55:04 -05:00
Tommy Mühle
d9363991ed
Update pkg/golinters/gomnd.go
...
Co-Authored-By: Simon Sawert <simon@sawert.se>
2019-12-05 07:55:04 -05:00
Tommy Mühle
704f9efede
Update gomnd.go
2019-12-05 07:55:04 -05:00
Trevor Pounds
c8af5b0927
Update README.
...
* Add license, release, and docker badges.
* Fix install instructions/table of contents.
* Fix misc. typos.
2019-12-01 20:21:44 -05:00
Ondrej Fabry
4461816f67
Update README.tmpl.md ( #868 )
...
Update README.
* added -S flag to properly show errors for curl
* replaced -q flag with -nv to properly show errors for wget
* added github release badge from shields.io to display latest version next installation
2019-11-30 15:03:53 -05:00
sayboras
e4df56bd80
Use the release version for go-mnd ( #871 )
2019-11-28 09:46:19 -05:00
Agniva De Sarker
48b15f3295
Add mattermost to Trusted By ( #863 )
2019-11-22 18:50:05 -05:00
sayboras
ca432c464a
Addressed naming convention ( #859 )
2019-11-16 09:33:46 -05:00
sayboras
bd2921655a
Added go-mnd linter ( #842 )
...
* Initial commit
* Fixed goimports
* Update pkg/golinters/mnd.go
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
* Run goimports
* Update pkg/golinters/mnd.go
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
* Add prefix for goimport local
* Run make README.md
* Incorporate review comments
Add test cases
* Update readme
* Update the description
* Removed subpath in local-prefixes
* Update readme
2019-11-15 19:08:43 -05:00
Simon Sawert
0e5b7a04d5
Bump wsl to v2.0.0
2019-11-15 18:55:54 -05:00
Simon Sawert
8c1e2f004e
Revert "Bump wsl to v1.2.7"
...
This reverts commit 14ebae29060f7c7be67d31a559986aa8afe7cbb0.
2019-11-15 18:55:54 -05:00
Simon Sawert
14ebae2906
Bump wsl to v1.2.7
2019-11-10 19:07:16 -05:00
Kévin Dunglas
1248f098de
Add Mercure in the list of projects using golangci-lint
2019-11-08 09:45:56 -05:00
wxdao
2d59694913
Fix typo
...
Signed-off-by: wxdao <waxiadao@gmail.com>
2019-11-07 18:01:11 -05:00
sayboras
93c0eebfa1
Fixed test deadline unit test
2019-11-07 17:22:13 -05:00
Igor Zibarev
ecccb24cb7
Fix autogen exclude for comments under package ( #831 )
2019-10-22 09:49:47 +03:00
Denis Isaev
2346cd8e56
fix json report Enabled field
2019-10-21 22:57:53 +03:00
Denis Isaev
645e79404d
docs: update the latest release to v1.21.0
v1.21.0
2019-10-15 20:55:02 +03:00