Skip to content

Commit 102e6aa

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent a4280ed commit 102e6aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Fprettify is a tool that provides consistent whitespace, indentation, and delimi
487487

488488
- [aligncheck](https://gitlab.com/opennota/check) — Find inefficiently packed structs.
489489

490-
- [bodyclose](https://github.com/timakin/bodyclose) — Checks whether HTTP response body is closed.
490+
- **bodyclose** :warning: — Checks whether HTTP response body is closed.
491491

492492
- [deadcode](https://github.com/tsenart/deadcode) — Finds unused code.
493493

@@ -1057,7 +1057,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
10571057
<h2>R</h2>
10581058

10591059

1060-
- **CodeDepends** :warning: — Static Code Analysis for R.
1060+
- [CodeDepends](https://github.com/duncantl/CodeDepends) — Static Code Analysis for R.
10611061

10621062
- [cyclocomp](https://github.com/MangoTheCat/cyclocomp) — Quantifies the cyclomatic complexity of R functions / expressions.
10631063

data/api/tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@
14521452
"plans": null,
14531453
"description": "Checks whether HTTP response body is closed.",
14541454
"discussion": null,
1455-
"deprecated": null,
1455+
"deprecated": true,
14561456
"resources": null,
14571457
"reviews": null,
14581458
"demos": null,
@@ -3412,7 +3412,7 @@
34123412
"plans": null,
34133413
"description": "Static Code Analysis for R.",
34143414
"discussion": null,
3415-
"deprecated": true,
3415+
"deprecated": null,
34163416
"resources": null,
34173417
"reviews": null,
34183418
"demos": null,

0 commit comments

Comments
 (0)