Skip to content

Commit fb82d1a

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 7d4d5da commit fb82d1a

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ The tool is a fork of `gofmt` as of Go 1.19, and requires Go 1.18 or later. It
475475

476476
- [gokart](https://github.com/praetorian-inc/gokart) — Golang security analysis with a focus on minimizing false positives. It is capable of tracing the source of variables and function arguments to determine whether input sources are safe.
477477

478-
- [GolangCI-Lint](https://golangci-lint.run)Alternative to `Go Meta Linter`: GolangCI-Lint is a linters aggregator.
478+
- [GolangCI-Lint](https://golangci-lint.run)Fast linters runner for Go. It aggregates multiple Go linters and provides a unified configuration, caching, and output format. Alternative to `Go Meta Linter`.
479479

480480
- [golint](https://github.com/golang/lint) — Prints out coding style mistakes in Go source code.
481481

@@ -957,7 +957,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
957957

958958
- [pylint](http://pylint.pycqa.org/en/latest) — Looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. It additionally includes `pyreverse` (an UML diagram generator) and `symilar` (a similarities checker).
959959

960-
- [pylyzers](https://mtshiba.github.io/pylyzer/) — A static code analyzer / language server for Python, written in Rust, focused on type checking and readable output.
960+
- **pylyzers** :warning: — A static code analyzer / language server for Python, written in Rust, focused on type checking and readable output.
961961

962962
- [Pyra](https://github.com/spangea/Pyra) — Pyra is a high-level linter static analyzer for data science applications written in Python, that helps developers identify potential issues in their data science code written in Python, as an extension of [Lyra](https://github.com/caterinaurban/Lyra).
963963

data/api/tools.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8809,7 +8809,7 @@
88098809
"source": "https://github.com/golangci/golangci-lint",
88108810
"pricing": null,
88118811
"plans": null,
8812-
"description": "Alternative to `Go Meta Linter`: GolangCI-Lint is a linters aggregator.",
8812+
"description": "Fast linters runner for Go. It aggregates multiple Go linters and provides a unified configuration, caching, and output format. Alternative to `Go Meta Linter`.",
88138813
"discussion": null,
88148814
"deprecated": null,
88158815
"resources": [
@@ -8818,7 +8818,9 @@
88188818
"url": "https://www.youtube.com/watch?v=1U-Gzz4TYP0"
88198819
}
88208820
],
8821-
"reviews": null,
8821+
"reviews": [
8822+
"https://stackshare.io/golangci-lint"
8823+
],
88228824
"demos": null,
88238825
"wrapper": null
88248826
},
@@ -16085,7 +16087,7 @@
1608516087
"plans": null,
1608616088
"description": "A static code analyzer / language server for Python, written in Rust, focused on type checking and readable output.",
1608716089
"discussion": null,
16088-
"deprecated": null,
16090+
"deprecated": true,
1608916091
"resources": null,
1609016092
"reviews": null,
1609116093
"demos": null,

0 commit comments

Comments
 (0)