Skip to content

Commit df6dc1e

Browse files
docs: Update documentation and assets (#3539)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 6d3f06c commit df6dc1e

File tree

4 files changed

+209
-126
lines changed

4 files changed

+209
-126
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
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.51.0
5+
6+
1. new linters
7+
* `ginkgolinter`: https://github.com/nunnatsa/ginkgolinter
8+
* `musttag`: https://github.com/junk1tm/musttag
9+
* `gocheckcompilerdirectives`: https://github.com/leighmcculloch/gocheckcompilerdirectives
10+
2. updated linters
11+
* `bodyclose`: to HEAD
12+
* `dupword`: from 0.0.7 to 0.0.9
13+
* `errcheck`: from 1.6.2 to 1.6.3
14+
* `exhaustive`: from 0.8.3 to 0.9.5
15+
* `exportloopref`: from 0.1.8 to 0.1.11
16+
* `gci`: from 0.8.1 to 0.9.0
17+
* `ginkgolinter`: from 0.6.0 to 0.7.1
18+
* `go-errorlint`: from 1.0.5 to 1.0.6
19+
* `go-ruleguard`: from 0.3.21 to 0.3.22
20+
* `gocheckcompilerdirectives`: from 1.1.0 to 1.2.1
21+
* `gochecknoglobals`: from 0.1.0 to 0.2.1
22+
* `gomodguard`: from 1.2.4 to 1.3.0
23+
* `gosec`: from 2.13.1 to 2.14.0
24+
* `govet`: Add `timeformat` to analysers
25+
* `grouper`: from 1.1.0 to 1.1.1
26+
* `musttag`: from 0.4.1 to 0.4.3
27+
* `revive`: from 1.2.4 to 1.2.5
28+
* `tagliatelle`: from 0.3.1 to 0.4.0
29+
* `tenv`: from 1.7.0 to 1.7.1
30+
* `unparam`: bump to HEAD
31+
* `usestdlibvars`: from 1.20.0 to 1.21.1
32+
* `wsl`: fix `force-err-cuddling` flag
33+
3. misc.
34+
* go1.20 support
35+
* remove deprecated linters from presets
36+
* Build NetBSD binaries
37+
* Build loong64 binaries
38+
4. Documentation
39+
* `goimport`: improve documentation for local-prefixes
40+
* `gomnd`: add missing always ignored functions
41+
* `nolint`: fix typo
42+
* `tagliatelle` usage typo
43+
* add note about binary requirement for plugin
44+
* cache preserving and colored output on docker runs
45+
* improve documentation about debugging.
46+
* improve Editor Integration section
47+
* More specific default cache directory
48+
* update output example to use valid checkstyle example; add json example
49+
450
### v1.50.1
551

652
1. updated linters

0 commit comments

Comments
 (0)