Skip to content

Commit 7bcf51e

Browse files
docs: update documentation assets (#5527)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 2e83e32 commit 7bcf51e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ If you value it, consider supporting us, we appreciate it! ❤️
77
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
88
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
99

10+
### v1.64.7
11+
12+
1. Linters bug fixes
13+
* `depguard`: from 2.2.0 to 2.2.1
14+
* `dupl`: from 3e9179ac440a to f665c8d69b32
15+
* `gosec`: from 2.22.1 to 2.22.2
16+
* `staticcheck`: from 0.6.0 to 0.6.1
17+
2. Documentation
18+
* Add GitLab documentation
19+
1020
### v1.64.6
1121

1222
1. Linters bug fixes

assets/linters-info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
},
152152
{
153153
"name": "dupl",
154-
"desc": "Tool for code clone detection",
154+
"desc": "Detects duplicate fragments of code.",
155155
"loadMode": 8199,
156156
"inPresets": [
157157
"style"

0 commit comments

Comments
 (0)