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 Mar 12, 2024
1 parent 8e0576e commit 798db9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be

- [Codemodder](https://codemodder.io/) — Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to fix non-trivial security issues and other code quality problems.

- [cohesion](https://github.com/mschwager/cohesion) — A tool for measuring Python class cohesion.
- [cohesion](https://github.com/mschwager/cohesion) :warning: — A tool for measuring Python class cohesion.

- [deal](https://deal.readthedocs.io/) — Design by contract for Python. Write bug-free code. By adding a few decorators to your code, you get for free tests, static analysis, formal verification, and much more.

Expand Down Expand Up @@ -2025,7 +2025,7 @@ It is inspired by, contains code from and is designed to stay close to [Kubeval]
<h2>Packages</h2>


- [lintian](https://lintian.debian.org) — Static analysis tool for Debian packages.
- [lintian](https://wiki.debian.org/Lintian) — Static analysis tool for Debian packages.

- [rpmlint](https://github.com/rpm-software-management/rpmlint) — Tool for checking common errors in rpm packages.

Expand All @@ -2034,7 +2034,7 @@ It is inspired by, contains code from and is designed to stay close to [Kubeval]
<h2>Prometheus</h2>


- [promformat](https://github.com/facetoe/promformat) — Promformat is a PromQL formatter written in Python.
- [promformat](https://github.com/facetoe/promformat) :warning: — Promformat is a PromQL formatter written in Python.

- [promval](https://github.com/facetoe/promval) — PromQL validator written in Python. It can be used to validate that PromQL expressions are written as expected.

Expand Down Expand Up @@ -2221,7 +2221,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret

- [Misspelled Words In Context](https://jwilk.net/software/mwic) — A spell-checker that groups possible misspellings and shows them in their contexts.

- [proselint](http://proselint.com) — A linter for English prose with a focus on writing style instead of grammar.
- [proselint](https://github.com/amperser/proselint) — A linter for English prose with a focus on writing style instead of grammar.

- [vale](https://vale.sh) — A syntax-aware linter for prose built with speed and extensibility in mind.

Expand Down
8 changes: 4 additions & 4 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3905,7 +3905,7 @@
"plans": null,
"description": "A tool for measuring Python class cohesion.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -10340,7 +10340,7 @@
"types": [
"cli"
],
"homepage": "https://lintian.debian.org",
"homepage": "https://wiki.debian.org/Lintian",
"source": "https://salsa.debian.org/lintian/lintian",
"pricing": null,
"plans": null,
Expand Down Expand Up @@ -13862,7 +13862,7 @@
"plans": null,
"description": "Promformat is a PromQL formatter written in Python.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -13945,7 +13945,7 @@
"types": [
"cli"
],
"homepage": "http://proselint.com",
"homepage": "https://github.com/amperser/proselint",
"source": "https://github.com/amperser/proselint",
"pricing": null,
"plans": null,
Expand Down

0 comments on commit 798db9b

Please sign in to comment.