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 Apr 16, 2024
1 parent f667ae5 commit fb31790
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,9 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,

- [churn-php](https://github.com/bmitch/churn-php) — Helps discover good candidates for refactoring.

- [composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) — Fast detection of composer dependency issues.
* 💪 Powerful: Detects unused, shadow and misplaced composer dependencies * ⚡ Performant: Scans 15 000 files in 2s! * ⚙️ Configurable: Fine-grained ignores via PHP config * 🕸️ Lightweight: No composer dependencies * 🍰 Easy-to-use: No config needed for first try * ✨ Compatible: PHP >= 7.2

- [dephpend](https://github.com/mihaeu/dephpend) — Dependency analysis tool.

- [deprecation-detector](https://github.com/sensiolabs-de/deprecation-detector) — Finds usages of deprecated (Symfony) code.
Expand Down Expand Up @@ -1794,6 +1797,9 @@ It identifies potential security risks in K8s RBAC design and makes suggestions
- [Codecov](https://about.codecov.io/) :copyright: — Codecov is a company that provides code coverage tools for developers and engineering leaders to gain visibility into their code coverage.
They offer flexible and unified reporting, seamless coverage insights, and robust coverage controls. Codecov supports over 20 languages and is CI/CD agnostic. Over 29,000 organizations and 1 million developers use Codecov. Codecov has recently joined Sentry.

- [composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) — Fast detection of composer dependency issues.
* 💪 Powerful: Detects unused, shadow and misplaced composer dependencies * ⚡ Performant: Scans 15 000 files in 2s! * ⚙️ Configurable: Fine-grained ignores via PHP config * 🕸️ Lightweight: No composer dependencies * 🍰 Easy-to-use: No config needed for first try * ✨ Compatible: PHP >= 7.2

- [Diffblue](https://www.diffblue.com/) :copyright: — Diffblue is a software company that provides AI-powered code analysis and testing solutions for software development teams.
Its technology helps developers automate testing, find bugs, and reduce manual labor in their software development processes. The company's main product, Diffblue Cover, uses AI to generate and run unit tests for Java code, helping to catch errors and improve code quality.

Expand Down Expand Up @@ -2039,6 +2045,9 @@ but with the following improvements:
<h2>Packages</h2>


- [composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) — Fast detection of composer dependency issues.
* 💪 Powerful: Detects unused, shadow and misplaced composer dependencies * ⚡ Performant: Scans 15 000 files in 2s! * ⚙️ Configurable: Fine-grained ignores via PHP config * 🕸️ Lightweight: No composer dependencies * 🍰 Easy-to-use: No config needed for first try * ✨ Compatible: PHP >= 7.2

- [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 Down
30 changes: 30 additions & 0 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -4020,6 +4020,36 @@
"demos": null,
"wrapper": null
},
"composer-dependency-analyser": {
"name": "composer-dependency-analyser",
"categories": [
"linter"
],
"languages": [
"php"
],
"other": [
"ci",
"package"
],
"licenses": [
"MIT"
],
"types": [
"cli"
],
"homepage": "https://github.com/shipmonk-rnd/composer-dependency-analyser",
"source": "https://github.com/shipmonk-rnd/composer-dependency-analyser",
"pricing": null,
"plans": null,
"description": "Fast detection of composer dependency issues.\n* 💪 Powerful: Detects unused, shadow and misplaced composer dependencies * ⚡ Performant: Scans 15 000 files in 2s! * ⚙️ Configurable: Fine-grained ignores via PHP config * 🕸️ Lightweight: No composer dependencies * 🍰 Easy-to-use: No config needed for first try * ✨ Compatible: PHP >= 7.2",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"cookstyle": {
"name": "cookstyle",
"categories": [
Expand Down

0 comments on commit fb31790

Please sign in to comment.