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
golangci
8802872d65
Update README.md
2018-05-27 09:31:30 +03:00
golangci
fc8b81ee17
Merge pull request #18 from golangci/feature/windows-color-support
...
#14 : support color output on windows
v1.3
2018-05-27 08:56:49 +03:00
golangci
eea1b93967
#14 : support color output on windows
2018-05-27 08:53:55 +03:00
golangci
bbd28f4618
Merge pull request #16 from golangci/feature/fix-fast-option
...
#13 : fix --fast option: allow enable disabled by --fast linters
2018-05-26 21:18:19 +03:00
golangci
cc53468e1e
#13 : fix --fast option: allow enable disabled by --fast linters
2018-05-26 21:07:38 +03:00
golangci
45de6fd8b7
Merge pull request #15 from golangci/feature/check-compilation-errors
...
Feature/check compilation errors
2018-05-26 20:33:45 +03:00
golangci
51d178da8e
Update README.md
2018-05-26 20:32:33 +03:00
golangci
b361146df8
#12 : add TypeCheck linter to report compilation errors
2018-05-26 20:02:26 +03:00
golangci
5b00f5bf63
update revgrep
2018-05-26 20:02:06 +03:00
golangci
22084bdf69
Merge pull request #11 from xuri/master
...
Fix typo.
2018-05-26 17:49:16 +03:00
xuri
5b8ffcaf76
Fix typo.
2018-05-26 21:59:09 +08:00
golangci
8dc131dc3f
Update README.md
2018-05-26 10:03:41 +03:00
golangci
35f2cc3d39
Merge pull request #10 from golangci/feature/add-column-and-disable-welcome-message
...
add column of issue line; disable welcome message by default
2018-05-26 09:50:35 +03:00
golangci
4ce8d74b7a
Merge pull request #9 from golangci/feature/log-handling-in-root
...
move log handling code into root command
2018-05-26 09:48:45 +03:00
golangci
17c05c062b
add column of issue line; disable welcome message by default
2018-05-26 09:48:16 +03:00
golangci
2e1149af9b
Update README.md
2018-05-26 08:36:09 +03:00
golangci
327e4aed59
Update README.md
2018-05-25 22:32:43 +03:00
golangci
d86489893d
move log handling code into root command
2018-05-25 22:30:44 +03:00
golangci
826ca739a1
Update README.md
v1.2.1
2018-05-25 09:46:52 +03:00
golangci
0d6c3ee622
Update README.md
2018-05-25 09:45:32 +03:00
golangci
a4e952f29a
Update ToC in README
2018-05-25 09:25:44 +03:00
golangci
1f6f3a2554
Update README.md
2018-05-24 23:56:01 +03:00
golangci
598de1bfec
Update README.md
2018-05-24 09:47:22 +03:00
golangci
5aee21db69
Merge pull request #8 from golangci/feature/improve-benchmark
...
improve benchmark
2018-05-22 22:47:12 +03:00
golangci
65330f8f0c
improve benchmark
2018-05-22 22:43:47 +03:00
golangci
fb40512241
Update README.md
v1.2
2018-05-19 22:59:25 +03:00
golangci
aaf3c582ba
Merge pull request #7 from golangci/feature/benchmarks-and-readme
...
Fill README section about performance
2018-05-19 22:43:31 +03:00
golangci
ab0ce75c06
Fill README section about performance
2018-05-19 22:40:14 +03:00
golangci
3c2ca7b7c9
Merge pull request #6 from golangci/feature/optimize-linters-scheduling
...
optimize linters scheduling: run slow linters first
2018-05-19 22:08:45 +03:00
golangci
cdc1251fc0
optimize linters scheduling: run slow linters first
2018-05-19 16:20:43 +03:00
golangci
3a5d2a46fd
Merge pull request #5 from golangci/feature/fix-config-validation
...
fix config validation
2018-05-19 13:10:31 +03:00
golangci
328b32ac61
fix config validation
2018-05-19 13:07:55 +03:00
golangci
5e3eae0cf1
Merge pull request #4 from golangci/feature/README-part1
...
started README
v1.1
2018-05-15 09:14:30 +03:00
golangci
f6b2d368a0
started README
2018-05-15 09:07:27 +03:00
golangci
076ef9ccc0
Merge pull request #3 from golangci/feature/travis
...
.travis.yml and don't use internal package
v1
2018-05-13 19:23:10 +03:00
golangci
5c2e6e9f5a
.travis.yml and don't use internal package
2018-05-13 19:20:42 +03:00
golangci
0e107e1d78
Merge pull request #2 from golangci/feature/golangci_com_support
...
Feature/golangci com support
2018-05-13 16:49:43 +03:00