Skip to content

docs: update documentation assets #4588

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 1 commit into from
Mar 28, 2024
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)

There is the most valuable changes log:

### v1.57.2

1. Updated linters
* `contextcheck`: from 1.1.4 to 1.1.5
* `copyloopvar`: from 1.0.8 to 1.0.10
* `ginkgolinter`: from 0.16.1 to 0.16.2
* `goconst`: from 1.7.0 to 1.7.1
* `gomoddirectives`: from 0.2.3 to 0.2.4
* `intrange`: from 0.1.0 to 0.1.1
2. Misc.
* fix: display warnings on deprecated linter options
* fix: missing `colored-tab` output format
* fix: TeamCity `inspectionType` service message
3. Documentation
* Remove invalid example about mixing files and directory
* Improve linters page

### v1.57.1

1. Fixes:
Expand Down
Loading