Skip to content

Commit c710223

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 8da4e58 commit c710223

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

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

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

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

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

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

10721072
- [lintr](https://github.com/jimhester/lintr) — Static Code Analysis for R.
10731073

1074-
- [R Language Server](https://github.com/REditorSupport/languageserver/) :warning: — Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.
1074+
- [R Language Server](https://github.com/REditorSupport/languageserver/) — Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.
10751075

10761076
- [rco](https://jcrodriguez1989.github.io/rco/) — Performance optimizer for R code (with GUI).
10771077

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

11711171
- [cargo-expand](https://github.com/dtolnay/cargo-expand) — Cargo subcommand to show result of macro expansion and #[derive] expansion applied to the current crate. This is a wrapper around a more verbose compiler command.
11721172

1173-
- [cargo-geiger](https://github.com/geiger-rs/cargo-geiger) :warning: — A cargo plugin for analysing the usage of unsafe Rust code Provides statistical output to aid security auditing
1173+
- [cargo-geiger](https://github.com/geiger-rs/cargo-geiger) — A cargo plugin for analysing the usage of unsafe Rust code Provides statistical output to aid security auditing
11741174

11751175
- [cargo-inspect](https://github.com/mre/cargo-inspect) :warning: — Inspect Rust code without syntactic sugar to see what the compiler does behind the curtains.
11761176

data/api/tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@
19551955
"plans": null,
19561956
"description": "A cargo plugin for analysing the usage of unsafe Rust code Provides statistical output to aid security auditing",
19571957
"discussion": null,
1958-
"deprecated": true,
1958+
"deprecated": null,
19591959
"resources": null,
19601960
"reviews": null,
19611961
"demos": null,
@@ -13812,7 +13812,7 @@
1381213812
"plans": null,
1381313813
"description": "A tool for quickly measuring the size and analyzing the structure of a PHP project.",
1381413814
"discussion": null,
13815-
"deprecated": true,
13815+
"deprecated": null,
1381613816
"resources": null,
1381713817
"reviews": null,
1381813818
"demos": null,
@@ -15718,7 +15718,7 @@
1571815718
"plans": null,
1571915719
"description": "Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.",
1572015720
"discussion": null,
15721-
"deprecated": true,
15721+
"deprecated": null,
1572215722
"resources": null,
1572315723
"reviews": null,
1572415724
"demos": null,

0 commit comments

Comments
 (0)