Skip to content

Commit 2ed5443

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 4982cea commit 2ed5443

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,13 +889,13 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
889889

890890
- [PhpDependencyAnalysis](https://mamuz.github.io/PhpDependencyAnalysis) :warning: — Builds a dependency graph for a project.
891891

892-
- [PhpDeprecationDetector](https://github.com/wapmorgan/PhpDeprecationDetector) — Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).
892+
- [PhpDeprecationDetector](https://github.com/wapmorgan/PhpDeprecationDetector) :warning: — Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).
893893

894894
- [phpdoc-to-typehint](https://github.com/dunglas/phpdoc-to-typehint) :warning: — Add scalar type hints and return types to existing PHP projects using PHPDoc annotations.
895895

896896
- [phpDocumentor](https://www.phpdoc.org) — Analyzes PHP source code to generate documentation.
897897

898-
- [phploc](https://github.com/sebastianbergmann/phploc) — A tool for quickly measuring the size and analyzing the structure of a PHP project.
898+
- [phploc](https://github.com/sebastianbergmann/phploc) :warning: — A tool for quickly measuring the size and analyzing the structure of a PHP project.
899899

900900
- [PHPMD](https://phpmd.org) — Finds possible bugs in your code.
901901

@@ -1178,7 +1178,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11781178

11791179
- [cargo-spellcheck](https://github.com/drahnr/cargo-spellcheck) — Checks all your documentation for spelling and grammar mistakes with hunspell (ready) and languagetool (preview)
11801180

1181-
- [cargo-unused-features](https://github.com/TimonPost/cargo-unused-features) :warning: — Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.
1181+
- [cargo-unused-features](https://github.com/TimonPost/cargo-unused-features) — Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.
11821182
It removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.
11831183

11841184
- [clippy](https://rust-lang.github.io/rust-clippy) — A code linter to catch common mistakes and improve your Rust code.

data/api/tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@
20662066
"plans": null,
20672067
"description": "Find potential unused enabled feature flags and prune them. You can generate a simple HTML report from the json to make it easier to inspect results.\nIt removes a feature of a dependency and then compiles the project to see if it still compiles. If it does, the feature flag can possibly be removed, but it can be a false-positive.",
20682068
"discussion": null,
2069-
"deprecated": true,
2069+
"deprecated": null,
20702070
"resources": null,
20712071
"reviews": null,
20722072
"demos": null,
@@ -13572,7 +13572,7 @@
1357213572
"plans": null,
1357313573
"description": "Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions. It finds removed objects (functions, variables, constants and ini-directives), deprecated functions functionality, and usage of forbidden names or tricks (e.g. reserved identifiers in newer versions).",
1357413574
"discussion": null,
13575-
"deprecated": null,
13575+
"deprecated": true,
1357613576
"resources": null,
1357713577
"reviews": null,
1357813578
"demos": null,
@@ -13653,7 +13653,7 @@
1365313653
"plans": null,
1365413654
"description": "A tool for quickly measuring the size and analyzing the structure of a PHP project.",
1365513655
"discussion": null,
13656-
"deprecated": null,
13656+
"deprecated": true,
1365713657
"resources": null,
1365813658
"reviews": null,
1365913659
"demos": null,

0 commit comments

Comments
 (0)