Skip to content
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ If you value it, consider supporting us, we appreciate it! ❤️
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)

### v1.64.7

1. Linters bug fixes
* `depguard`: from 2.2.0 to 2.2.1
* `dupl`: from 3e9179ac440a to f665c8d69b32
* `gosec`: from 2.22.1 to 2.22.2
* `staticcheck`: from 0.6.0 to 0.6.1
2. Documentation
* Add GitLab documentation

### v1.64.6

1. Linters bug fixes
Expand Down
2 changes: 1 addition & 1 deletion assets/linters-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
{
"name": "dupl",
"desc": "Tool for code clone detection",
"desc": "Detects duplicate fragments of code.",
"loadMode": 8199,
"inPresets": [
"style"
Expand Down
Loading