Skip to content

Commit 97ea1cb

Browse files
committed
docs: march updates
1 parent 396a046 commit 97ea1cb

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -973,11 +973,14 @@ There is the most valuable changes log:
973973
974974
1. Support the newest `go vet` (with `go/analysis`)
975975
2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs`
976-
3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
977-
4. Build and test on go 1.12
978-
5. Support `--color` option
979-
6. Update x/tools to fix c++ issues
980-
7. Include support for log level
976+
3. Update megacheck (staticcheck) to 2019.1.1
977+
4. Add [information](https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint) about controlling space-time trade-off into README
978+
5. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
979+
6. Build and test on go 1.12
980+
7. Support `--color` option
981+
8. Update x/tools to fix c++ issues
982+
9. Include support for log level
983+
10. Sort linters list in help commands
981984
982985
### February 2019
983986

README.tmpl.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,14 @@ There is the most valuable changes log:
505505

506506
1. Support the newest `go vet` (with `go/analysis`)
507507
2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs`
508-
3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
509-
4. Build and test on go 1.12
510-
5. Support `--color` option
511-
6. Update x/tools to fix c++ issues
512-
7. Include support for log level
508+
3. Update megacheck (staticcheck) to 2019.1.1
509+
4. Add [information](https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint) about controlling space-time trade-off into README
510+
5. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
511+
6. Build and test on go 1.12
512+
7. Support `--color` option
513+
8. Update x/tools to fix c++ issues
514+
9. Include support for log level
515+
10. Sort linters list in help commands
513516

514517
### February 2019
515518

0 commit comments

Comments
 (0)