You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -897,7 +897,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
897
897
898
898
-[phpDocumentor](https://www.phpdoc.org) — Analyzes PHP source code to generate documentation.
899
899
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.
901
901
902
902
-[PHPMD](https://phpmd.org) — Finds possible bugs in your code.
903
903
@@ -1071,7 +1071,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
1071
1071
1072
1072
-[lintr](https://github.com/jimhester/lintr) — Static Code Analysis for R.
1073
1073
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.
1075
1075
1076
1076
-[rco](https://jcrodriguez1989.github.io/rco/) — Performance optimizer for R code (with GUI).
1077
1077
@@ -1170,7 +1170,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
1170
1170
1171
1171
-[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.
1172
1172
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
1174
1174
1175
1175
-[cargo-inspect](https://github.com/mre/cargo-inspect):warning: — Inspect Rust code without syntactic sugar to see what the compiler does behind the curtains.
0 commit comments