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 Feb 15, 2024
1 parent 7243958 commit 38685a4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,

- [PHP_CodeSniffer](https://pear.php.net/package/PHP_CodeSniffer) — Detects violations of a defined set of coding standards.

- [PHPArkitect](https://github.com/phparkitect/arkitect) — PHPArkitect helps you to keep your PHP codebase coherent and solid, by permitting to add some architectural constraint check to your workflow. You can express the constraint that you want to enforce, in simple and readable PHP code.

- [phpca](https://github.com/wapmorgan/PhpCodeAnalyzer) :warning: — Finds usage of non-built-in extensions.

- [phpcpd](https://github.com/sebastianbergmann/phpcpd) :warning: — Copy/Paste Detector for PHP code.
Expand Down Expand Up @@ -1176,7 +1178,7 @@ It removes a feature of a dependency and then compiles the project to see if it

- [sleek](https://github.com/nrempel/sleek) — Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity. The heavy lifting is done by the sqlformat crate.

- [sqlcheck](https://github.com/jarulraj/sqlcheck) :warning: — Automatically identify anti-patterns in SQL queries.
- [sqlcheck](https://github.com/jarulraj/sqlcheck) — Automatically identify anti-patterns in SQL queries.

- [SQLFluff](https://www.sqlfluff.com/) — Multiple dialect SQL linter and formatter.

Expand Down
34 changes: 33 additions & 1 deletion data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -12834,6 +12834,38 @@
"demos": null,
"wrapper": null
},
"phparkitect": {
"name": "PHPArkitect",
"categories": [
"linter"
],
"languages": [
"php"
],
"other": [],
"licenses": [
"MIT"
],
"types": [
"cli"
],
"homepage": "https://github.com/phparkitect/arkitect",
"source": "https://github.com/phparkitect/arkitect",
"pricing": null,
"plans": null,
"description": "PHPArkitect helps you to keep your PHP codebase coherent and solid, by permitting to add some architectural constraint check to your workflow. You can express the constraint that you want to enforce, in simple and readable PHP code.",
"discussion": null,
"deprecated": null,
"resources": [
{
"title": "PUG Romagna - Testing Architectural Decisions with PHPArkitect (Italian)",
"url": "https://www.youtube.com/watch?v=fhRDZs82AbE"
}
],
"reviews": null,
"demos": null,
"wrapper": null
},
"phpca": {
"name": "phpca",
"categories": [
Expand Down Expand Up @@ -17646,7 +17678,7 @@
"plans": null,
"description": "Automatically identify anti-patterns in SQL queries.",
"discussion": null,
"deprecated": true,
"deprecated": null,
"resources": [
{
"title": "SQLCheck: Automated Detection and Diagnosis of SQL Anti-Patterns",
Expand Down

0 comments on commit 38685a4

Please sign in to comment.