243 Commits

Author SHA1 Message Date
Isaev Denis
963db7c4bc
Merge pull request #62 from golangci/feature/tab-output-format
#37: add tab output format: --out-format=tab
v1.4
2018-06-02 21:08:09 +03:00
Denis Isaev
f62d607410
#37: add tab output format: --out-format=tab 2018-06-02 21:01:09 +03:00
Isaev Denis
1e0cacf411
Merge pull request #61 from golangci/feature/search-config-file
#60: search config file in directories from file path up to root
2018-06-02 20:34:01 +03:00
Denis Isaev
0f6213dbc2
#60: search config file in directories from file path up to root 2018-06-02 20:28:53 +03:00
Isaev Denis
68e1295340
Merge pull request #59 from golangci/feature/enabled-tests-linting-by-default
#52: #36: lint test files by default
2018-06-02 18:30:08 +03:00
Denis Isaev
b0826710b5
#52: #36: lint test files by default: set --tests=false to disable it 2018-06-02 18:24:00 +03:00
Isaev Denis
7dfc117592
Merge pull request #58 from golangci/support/fix-double-parsing-of-options
#49: don't fill string slice 2 times because of double parsing of opt…
2018-06-02 17:58:21 +03:00
Denis Isaev
4fd5ebe7c7
#49: don't fill string slice 2 times because of double parsing of options 2018-06-02 17:50:38 +03:00
Isaev Denis
594197d0ac
Merge pull request #57 from golangci/feature/generate-cmd-help-section-of-readme
generate command line options section of README
2018-06-02 16:28:48 +03:00
golangci
9133ef4271 generate command line options section of README 2018-06-02 16:01:20 +03:00
golangci
4df5df2ab7
Merge pull request #56 from golangci/feature/svg-demo
add svg demo
2018-06-02 14:24:02 +03:00
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