Skip to content

Commit 470597e

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 7ba2ded commit 470597e

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
@@ -492,7 +492,7 @@ Dialyzer starts its analysis from either debug-compiled BEAM bytecode or from E
492492
<h2>Fortran</h2>
493493

494494

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.
496496
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.
497497

498498
- [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
719719

720720
- [flow](https://flow.org) — A static type checker for JavaScript.
721721

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.
723723

724724
- [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.
725725

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

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

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.
10731073

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

data/api/tools.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7417,7 +7417,7 @@
74177417
"plans": null,
74187418
"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.",
74197419
"discussion": null,
7420-
"deprecated": null,
7420+
"deprecated": true,
74217421
"resources": null,
74227422
"reviews": null,
74237423
"demos": null,
@@ -8902,7 +8902,7 @@
89028902
"plans": null,
89038903
"description": "A static type checker for JavaScript with a bias on type inference and strong type systems.",
89048904
"discussion": null,
8905-
"deprecated": null,
8905+
"deprecated": true,
89068906
"resources": null,
89078907
"reviews": null,
89088908
"demos": null,
@@ -15559,7 +15559,7 @@
1555915559
"plans": null,
1556015560
"description": "Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.",
1556115561
"discussion": null,
15562-
"deprecated": null,
15562+
"deprecated": true,
1556315563
"resources": null,
1556415564
"reviews": null,
1556515565
"demos": null,

0 commit comments

Comments
 (0)