Skip to content

Commit bac47a7

Browse files
docs: Update documentation and assets (#3274)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 704109c commit bac47a7

File tree

4 files changed

+146
-95
lines changed

4 files changed

+146
-95
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
22
There is the most valuable changes log:
33

4+
### v1.50.0
5+
6+
1. new linters
7+
* `dupword`: https://github.com/Abirdcfly/dupword
8+
* `testableexamples`: https://github.com/maratori/testableexamples
9+
2. updated linters
10+
* `contextcheck`: change owner
11+
* `contextcheck`: from 1.0.6 to 1.1.2
12+
* `depguard`: from 1.1.0 to 1.1.1
13+
* `exhaustive`: add missing config
14+
* `exhaustive`: from 0.8.1 to 0.8.3
15+
* `gci`: from 0.6.3 to 0.8.0
16+
* `go-critic`: from 0.6.4 to 0.6.5
17+
* `go-errorlint`: from 1.0.2 to 1.0.5
18+
* `go-reassign`: v0.1.2 to v0.2.0
19+
* `gofmt`: add option `rewrite-rules`
20+
* `gofumpt` from 0.3.1 to 0.4.0
21+
* `goimports`: update to HEAD
22+
* `interfacebloat`: fix configuration loading
23+
* `logrlint`: rename `logrlint` to `loggercheck`
24+
* `paralleltest`: add tests of the ignore-missing option
25+
* `revive`: from 1.2.3 to 1.2.4
26+
* `usestdlibvars`: from 1.13.0 to 1.20.0
27+
* `wsl`: support all configs and update docs
28+
3. misc.
29+
* Normalize `exclude-rules` paths for Windows
30+
* add riscv64 to the install script
31+
4. Documentation
32+
* cli: remove reference to old service
33+
434
### v1.49.0
535

636
IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.

0 commit comments

Comments
 (0)