Skip to content

Commit d7bc5a9

Browse files
golangci-releaserldez
authored andcommitted
docs: Update documentation and assets (golangci#3062)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent cd10733 commit d7bc5a9

File tree

4 files changed

+87
-64
lines changed

4 files changed

+87
-64
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
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.48.0
5+
6+
1. new linters
7+
* `usestdlibvars`:https://github.com/sashamelentyev/usestdlibvars
8+
2. updated linters
9+
* `contextcheck`: disable linter
10+
* `errcheck`: from 1.6.1 to 1.6.2
11+
* `gci`: add missing `custom-order` setting
12+
* `gci`: from 0.5.0 to 0.6.0
13+
* `ifshort`: deprecate linter
14+
* `nolint`: drop allow-leading-space option and add "nolint:all"
15+
* `revgrep`: bump to HEAD
16+
3. documentation
17+
* remove outdated info on source install
18+
4. misc
19+
* go1.19 support
20+
421
### v1.47.3
522

623
1. updated linters:

0 commit comments

Comments
 (0)