Skip to content

Commit d9602c5

Browse files
docs: Update documentation and assets (golangci#2655)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 1f4c1ed commit d9602c5

File tree

4 files changed

+105
-64
lines changed

4 files changed

+105
-64
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
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.45.0
5+
6+
1. updated linters:
7+
* `cobra`: from 1.3.0 to 1.4.0
8+
* `containedctx`: from 1.0.1 to 1.0.2
9+
* `errcheck`: add an option to remove default exclusions
10+
* `gci`: from 0.3.1 to 0.3.2
11+
* `go-header`: from 0.4.2 to 0.4.3
12+
* `gofumpt`: add module-path setting
13+
* `gofumpt`: from 0.2.1 to 0.3.0
14+
* `gopsutil`: from 3.22.1 to 3.22.2
15+
* `gosec`: from 2.9.6 to 2.10.0
16+
* `makezero`: from 1.1.0 to 1.1.1
17+
* `revive`: fix default values
18+
* `wrapcheck`: from 2.4.0 to 2.5.0
19+
2. documentation:
20+
* docs: add "back to the top" button
21+
* docs: add `forbidigo` example that uses comments
22+
* docs: improve linters page
23+
3. misc:
24+
* go1.18 support 🎉
25+
* Add an option to manage the targeted version of Go
26+
* Default to YAML when config file has no extension
27+
428
### v1.44.2
529

630
1. updated linters:

0 commit comments

Comments
 (0)