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
@@ -492,7 +492,7 @@ Dialyzer starts its analysis from either debug-compiled BEAM bytecode or from E
492
492
<h2>Fortran</h2>
493
493
494
494
495
-
-[fprettify](https://pypi.python.org/pypi/fprettify) — Auto-formatter for modern fortran source code, written in Python.
495
+
-[fprettify](https://pypi.python.org/pypi/fprettify):warning:— Auto-formatter for modern fortran source code, written in Python.
496
496
Fprettify is a tool that provides consistent whitespace, indentation, and delimiter alignment in code, including the ability to change letter case and handle preprocessor directives, all while preserving revision history and tested for editor integration.
497
497
498
498
-[i-Code CNES for Fortran](https://github.com/lequal/i-CodeCNES) — An open source static code analysis tool for Fortran 77, Fortran 90 and Shell.
@@ -719,7 +719,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
719
719
720
720
-[flow](https://flow.org) — A static type checker for JavaScript.
721
721
722
-
-[hegel](https://hegel.js.org) — A static type checker for JavaScript with a bias on type inference and strong type systems.
722
+
-[hegel](https://hegel.js.org):warning:— A static type checker for JavaScript with a bias on type inference and strong type systems.
723
723
724
724
-[jshint](https://jshint.com/about)[:information_source:](<https://github.com/analysis-tools-dev/static-analysis/issues/223>) — Detect errors and potential problems in JavaScript code and enforce your team's coding conventions.
725
725
@@ -1069,7 +1069,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
1069
1069
1070
1070
-[lintr](https://github.com/jimhester/lintr) — Static Code Analysis for R.
1071
1071
1072
-
-[R Language Server](https://github.com/REditorSupport/languageserver/) — Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.
1072
+
-[R Language Server](https://github.com/REditorSupport/languageserver/):warning:— Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.
1073
1073
1074
1074
-[rco](https://jcrodriguez1989.github.io/rco/) — Performance optimizer for R code (with GUI).
Copy file name to clipboardExpand all lines: data/api/tools.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7417,7 +7417,7 @@
7417
7417
"plans": null,
7418
7418
"description": "Auto-formatter for modern fortran source code, written in Python.\nFprettify is a tool that provides consistent whitespace, indentation, and delimiter alignment in code, including the ability to change letter case and handle preprocessor directives, all while preserving revision history and tested for editor integration.",
7419
7419
"discussion": null,
7420
-
"deprecated": null,
7420
+
"deprecated": true,
7421
7421
"resources": null,
7422
7422
"reviews": null,
7423
7423
"demos": null,
@@ -8902,7 +8902,7 @@
8902
8902
"plans": null,
8903
8903
"description": "A static type checker for JavaScript with a bias on type inference and strong type systems.",
8904
8904
"discussion": null,
8905
-
"deprecated": null,
8905
+
"deprecated": true,
8906
8906
"resources": null,
8907
8907
"reviews": null,
8908
8908
"demos": null,
@@ -15559,7 +15559,7 @@
15559
15559
"plans": null,
15560
15560
"description": "Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.",
0 commit comments