Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Jan 29, 2025
1 parent 7ba2ded commit 470597e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ Dialyzer starts its analysis from either debug-compiled BEAM bytecode or from E
<h2>Fortran</h2>


- [fprettify](https://pypi.python.org/pypi/fprettify) — Auto-formatter for modern fortran source code, written in Python.
- [fprettify](https://pypi.python.org/pypi/fprettify) :warning: — Auto-formatter for modern fortran source code, written in Python.
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.

- [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.
Expand Down Expand Up @@ -719,7 +719,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l

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

- [hegel](https://hegel.js.org) — A static type checker for JavaScript with a bias on type inference and strong type systems.
- [hegel](https://hegel.js.org) :warning: — A static type checker for JavaScript with a bias on type inference and strong type systems.

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

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7417,7 +7417,7 @@
"plans": null,
"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.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -8902,7 +8902,7 @@
"plans": null,
"description": "A static type checker for JavaScript with a bias on type inference and strong type systems.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -15559,7 +15559,7 @@
"plans": null,
"description": "Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down

0 comments on commit 470597e

Please sign in to comment.