Alex Collins
4f3e410581
Add Intuit to README.md ( #936 )
2020-01-30 18:19:08 -05:00
Stephen Groat
c5a06256d7
fix golangci.yml reference
2020-01-30 18:17:44 -05:00
Soichiro Kashima
796b4fffbe
Clear part of package fields before analysis
2020-01-28 17:02:00 +09:00
Soichiro Kashima
bb41e54b04
Fix failed_prerequisites error
2020-01-28 01:57:05 +09:00
Craig Silverstein
06d26d5c12
Change writeFixedFile to replace the right line-range.
...
The function assumed, previously, that issue.Line always equals
issue.LineRange.From. But this needn't be true, and the code needn't
assume it. Now we actually replace the specified line-range.
2020-01-22 09:14:40 -08:00
Trevor Pounds
45f1e48f3d
Fix rowserrcheck URL.
...
Fixes #932
2020-01-21 21:39:11 -05:00
Trevor Pounds
a5b55982aa
Merge pull request #929 from ewohltman/master
...
Re-enable `gomnd` linter with release > v1.23.0
2020-01-20 12:17:37 -05:00
Eric Wohltman
b248dc5f97
Run make --always-make fast_generate
2020-01-20 09:49:13 -05:00
Eric Wohltman
cc8b9101d6
Fix test failure from gomnd
2020-01-20 09:37:58 -05:00
Eric Wohltman
e76db1ae58
Re-enable gomnd
linter with release > v1.23.0
2020-01-20 09:16:04 -05:00
Denis Isaev
567904e8b9
dev: prepare for v1.23.1
...
GIT_TAG=v1.23.1 make README.md
v1.23.1
2020-01-20 10:50:34 +03:00
Isaev Denis
6237e59c97
dev: use goprintffuncname, gomnd and rowserrcheck ( #927 )
...
Order linters in config in alphabetical order.
Support gomnd configuration.
2020-01-19 19:55:29 +03:00
Trevor Pounds
88b6c25075
Update golangci.com config to 1.22.x release. ( #904 )
2020-01-19 18:31:49 +03:00
Denis Isaev
47a885c119
dev: don't build on android
v1.23.0
2020-01-19 18:09:57 +03:00
Denis Isaev
3edc857374
dev: don't build android on arm64
2020-01-19 18:02:23 +03:00
Denis Isaev
e1cdcebd57
dev: don't build android on arm
2020-01-19 17:47:17 +03:00
Denis Isaev
efe1d369cc
dev: fix android build
2020-01-19 17:30:22 +03:00
Denis Isaev
b15bf25b38
docs: s/v1.22.2/1.23.0/
2020-01-19 17:03:54 +03:00
Nuruddin Ashr
8b29179a98
Add release for android OS ( #905 )
2020-01-19 16:51:25 +03:00
to6ka
d137c2e18c
make uniq by line configurable ( #920 )
2020-01-19 16:49:46 +03:00
Denis Isaev
bff053ac46
dev: fix README and go.mod
2020-01-19 16:48:03 +03:00
Isaev Denis
5f1096cf80
add goprintffuncname linter ( #850 )
2020-01-19 16:46:51 +03:00
Denis Isaev
40d7bcd53e
Fix after #890 : don't propagate linter errors for golangci.com
2020-01-19 16:19:23 +03:00
Dominik-K
c0012e645b
Dockerfile.alpine: install Git & Mercurial
2020-01-13 18:55:27 +01:00
Trevor Pounds
1ac15487b2
Update to go-critic v0.4.1.
2020-01-12 17:36:58 -05:00
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