Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Oct 6, 2024
1 parent 4fa2287 commit 24b9e9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
<h2>PL/SQL</h2>


- [ZPA](https://felipezorzo.com.br/zpa/)Z PL/SQL Analyzer (ZPA) is an extensible code analyzer for PL/SQL and Oracle SQL. It can be integrated with SonarQube.
- [ZPA](https://zpa.felipebz.com)An open source parser and code analyzer for PL/SQL and Oracle SQL code.


<a name="perl" />
Expand Down Expand Up @@ -1036,7 +1036,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be

- [QuantifiedCode](https://github.com/quantifiedcode/quantifiedcode) :warning: — Automated code review & repair. It helps you to keep track of issues and metrics in your software projects, and can be easily extended to support new types of analyses.

- [radon](https://radon.readthedocs.io/en/latest) — A Python tool that computes various metrics from the source code.
- [radon](https://radon.readthedocs.io/en/latest) :warning: — A Python tool that computes various metrics from the source code.

- [refurb](https://github.com/dosisod/refurb) — A tool for refurbishing and modernizing Python codebases. Refurb is heavily inspired by clippy, the built-in linter for Rust.

Expand Down Expand Up @@ -2025,7 +2025,7 @@ but with the following improvements:

- [markdownlint](https://github.com/DavidAnson/markdownlint) — Node.js -based style checker and lint tool for Markdown/CommonMark files.

- [mdformat](https://mdformat.rtfd.io) :warning: — CommonMark compliant Markdown formatter
- [mdformat](https://mdformat.rtfd.io) — CommonMark compliant Markdown formatter

- [mdl](https://github.com/mivok/markdownlint) — A tool to check Markdown files and flag style issues.

Expand Down
8 changes: 4 additions & 4 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -11237,7 +11237,7 @@
"plans": null,
"description": "CommonMark compliant Markdown formatter",
"discussion": null,
"deprecated": true,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -15476,7 +15476,7 @@
"plans": null,
"description": "A Python tool that computes various metrics from the source code.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -21367,11 +21367,11 @@
"types": [
"cli"
],
"homepage": "https://felipezorzo.com.br/zpa/",
"homepage": "https://zpa.felipebz.com",
"source": "https://github.com/felipebz/zpa",
"pricing": null,
"plans": null,
"description": "Z PL/SQL Analyzer (ZPA) is an extensible code analyzer for PL/SQL and Oracle SQL. It can be integrated with SonarQube.",
"description": "An open source parser and code analyzer for PL/SQL and Oracle SQL code.",
"discussion": null,
"deprecated": null,
"resources": null,
Expand Down

0 comments on commit 24b9e9a

Please sign in to comment.