132 Commits

Author SHA1 Message Date
golangci
d4d2697f8a add svg demo 2018-06-02 14:10:34 +03:00
golangci
efc97a374a
Merge pull request #55 from golangci/feature/generate-parts-of-readme
generate parts of README automatically
2018-06-02 11:44:32 +03:00
golangci
034728ec94 generate parts of README automatically 2018-06-02 11:37:17 +03:00
golangci
5236feb1ae
Merge pull request #53 from golangci/support/dont-print-congrats-if-timeout
refactor and don't print congrats if timeouted
2018-06-02 09:28:43 +03:00
golangci
0a111acaab refactor and don't print congrats if timeouted 2018-06-02 00:30:39 +03:00
golangci
2f333be584
Merge pull request #47 from dixonwille/feature/add-depguard
Add Depguard to supported linters
2018-06-01 23:40:41 +03:00
Will Dixon
d46a5896b7 Add Depguard to supported linters 2018-05-31 23:19:41 -04:00
golangci
9c048da092
Merge pull request #48 from srenatus/sr/auto-detect-more-generated-code
change isGenerated heuristic to match more generated files
2018-05-31 19:18:52 +03:00
golangci
71fe07cf9e
Update README.md 2018-05-31 19:00:38 +03:00
golangci
ef898b9815 docs: add CLA 2018-05-31 18:29:06 +03:00
Stephan Renatus
468d2334ea change isGenerated heuristic to match more generated files
As observed in #30, there's tools out there that don't comply 100% with
the referenced golang convention.

With this change, golangci-lint will skip some more of those generated
files.

Signed-off-by: Stephan Renatus <srenatus@chef.io>
2018-05-31 09:15:22 +02:00
golangci
21ff49ce6d
Merge pull request #46 from golangci/support/fix-no-results-for-gocyclo
#45: fix no results for gocyclo
v1.3.7
2018-05-30 20:11:51 +03:00
golangci
ef81b998ed #45: fix no results for gocyclo 2018-05-30 20:01:44 +03:00
golangci
80a5ff2eff
Merge pull request #42 from dixonwille/feature/better-memory-alloc-for-slices
Allocate memory for known size slices
2018-05-30 17:32:14 +03:00
Will Dixon
d3762b88e3
Remove the GoCyclo append
as BuildStats already appends
2018-05-30 09:33:25 -04:00
golangci
3b5ee0ce5b
Merge pull request #44 from golangci/support/exit-code-4-if-deadline
#41: exit with code 4 if timeouted
v1.3.6
2018-05-30 09:49:00 +03:00
golangci
b28bf5fbee #41: exit with code 4 if timeouted 2018-05-30 09:45:08 +03:00
golangci
199d460807
Merge pull request #43 from golangci/support/fix-panic-in-fast-mode
#40: fix panic in fast mode
2018-05-30 09:25:03 +03:00
golangci
5646c61c73 #40: fix panic in fast mode 2018-05-30 09:18:13 +03:00
Will Dixon
b699340d13 Allocate memory for known size slices 2018-05-29 19:42:49 -04:00
golangci
0eb6aa7c59
Merge pull request #39 from golangci/feature/skip-dirs-without-go-files-early
skip dirs without go files early: improve logs and save time
2018-05-29 20:21:22 +03:00
golangci
5363497113 skip dirs without go files early: improve logs and save time 2018-05-29 20:17:49 +03:00
golangci
541cd1de48
Merge pull request #38 from golangci/feature/dont-pass-not-compiling-packages-to-program-linters
#33: don't pass not compiling packages to linters accepting loader.Pr…
2018-05-29 18:54:23 +03:00
golangci
b12c5591cd #33: don't pass not compiling packages to linters accepting loader.Program 2018-05-29 18:41:04 +03:00
golangci
a0414984e5
Update README.md 2018-05-29 17:46:32 +03:00
golangci
2f1cdcc6ae
Merge pull request #35 from golangci/support/fix-cross-compilation-goroot
Support/fix cross compilation goroot
v1.3.5
2018-05-29 14:18:51 +03:00
golangci
96a192058f Information about releases in README.md
This reverts commit eb7998a5a8a505679d2c562d9e8473a0816eabc1.
2018-05-29 14:15:18 +03:00
golangci
ae5152c024 fix GOROOT after cross-compilation 2018-05-29 14:15:09 +03:00
golangci
eb7998a5a8 Revert "Update README.md"
This reverts commit 5998a81a7d24c063e04be469079e5c1aeed5e2c4.
2018-05-29 13:16:38 +03:00
golangci
5998a81a7d
Update README.md 2018-05-29 12:15:39 +03:00
golangci
c69e981f51 fix homebrew formula 2018-05-29 12:11:34 +03:00
golangci
3408eef64b release i386 binaries v1.3.4 2018-05-29 12:01:31 +03:00
golangci
0e4282179f make releases v1.3.3 2018-05-29 11:18:47 +03:00
golangci
7a97c3ee78
Merge pull request #31 from golangci/feature/use-gocyclo-prepared-for-upstreaming
use gocyclo with changes for upstreaming, also speedup it 10x when pr…
2018-05-28 17:46:49 +03:00
golangci
f6b51b933e use gocyclo with changes for upstreaming, also speedup it 10x when program is loaded 2018-05-28 17:36:16 +03:00
golangci
c1f2d0602b
Update README.md 2018-05-28 14:54:03 +03:00
golangci
fb3929085c
Merge pull request #29 from golangci/support/fix-nolint-with-spaces
#26: fix spaces in nolint directive
v1.3.2
2018-05-28 12:23:28 +03:00
golangci
cad9fc7760 #26: fix spaces in nolint directive 2018-05-28 12:19:55 +03:00
golangci
7d224b1684
Merge pull request #24 from y0ssar1an/master
Improve FAQ instructions for vendoring golangci-lint
2018-05-28 11:49:58 +03:00
golangci
0f2e366407
Merge pull request #27 from golangci/feature/improve-concurrency-help-text
#23: improve help text for --concurrency
2018-05-28 11:47:28 +03:00
golangci
ad581d3b55 #23: improve help text for --concurrency 2018-05-28 11:41:21 +03:00
golangci
543f4b9fd2
Contact information 2018-05-28 11:31:58 +03:00
golangci
d44b145679
Update information about integrations 2018-05-28 11:31:25 +03:00
Ryan Boehning
aa68ffbe25 Improve instructions for vendoring golangci-lint in FAQ section of README
The section on vendoring golangci-lint fails to mention that it should be added
to the required section in Gopkg.toml. Without this section, the vendored
golangci-lint would be deleted on the next dep ensure -update. Also, some of the
wording was a bit awkward.
2018-05-27 10:33:15 -07:00
golangci
61463e305f
Add information about Emacs integration 2018-05-27 17:59:24 +03:00
golangci
f6dde5c844
Update README.md 2018-05-27 11:54:10 +03:00
golangci
1ccbc01764
Update README.md 2018-05-27 11:45:45 +03:00
golangci
06624baeb1
Merge pull request #19 from golangci/support/fix-vendoring-of-self-repo
fix vendoring and log concurrency
v1.3.1
2018-05-27 11:33:35 +03:00
golangci
f96d8ba829 fix vendoring and log concurrency 2018-05-27 11:27:21 +03:00
golangci
c2e7e488e2
Update README.md 2018-05-27 09:41:13 +03:00