Skip to content

docs: Update documentation and assets #3274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
There is the most valuable changes log:

### v1.50.0

1. new linters
* `dupword`: https://github.com/Abirdcfly/dupword
* `testableexamples`: https://github.com/maratori/testableexamples
2. updated linters
* `contextcheck`: change owner
* `contextcheck`: from 1.0.6 to 1.1.2
* `depguard`: from 1.1.0 to 1.1.1
* `exhaustive`: add missing config
* `exhaustive`: from 0.8.1 to 0.8.3
* `gci`: from 0.6.3 to 0.8.0
* `go-critic`: from 0.6.4 to 0.6.5
* `go-errorlint`: from 1.0.2 to 1.0.5
* `go-reassign`: v0.1.2 to v0.2.0
* `gofmt`: add option `rewrite-rules`
* `gofumpt` from 0.3.1 to 0.4.0
* `goimports`: update to HEAD
* `interfacebloat`: fix configuration loading
* `logrlint`: rename `logrlint` to `loggercheck`
* `paralleltest`: add tests of the ignore-missing option
* `revive`: from 1.2.3 to 1.2.4
* `usestdlibvars`: from 1.13.0 to 1.20.0
* `wsl`: support all configs and update docs
3. misc.
* Normalize `exclude-rules` paths for Windows
* add riscv64 to the install script
4. Documentation
* cli: remove reference to old service

### v1.49.0

IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
Expand Down
Loading