Skip to content

Commit 14ecbfb

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 7af987f commit 14ecbfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ Fprettify is a tool that provides consistent whitespace, indentation, and delimi
521521

522522
- [goconst](https://github.com/jgautheron/goconst) — Finds repeated strings that could be replaced by a constant.
523523

524-
- **gocyclo** :warning: — Calculate cyclomatic complexities of functions in Go source code.
524+
- [gocyclo](https://github.com/fzipp/gocyclo) — Calculate cyclomatic complexities of functions in Go source code.
525525

526526
- [gofmt -s](https://golang.org/cmd/gofmt) — Checks if the code is properly formatted and could not be further simplified.
527527

data/api/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8593,7 +8593,7 @@
85938593
"plans": null,
85948594
"description": "Calculate cyclomatic complexities of functions in Go source code.",
85958595
"discussion": null,
8596-
"deprecated": true,
8596+
"deprecated": null,
85978597
"resources": null,
85988598
"reviews": null,
85998599
"demos": null,

0 commit comments

Comments
 (0)