Skip to content

Commit 00215c7

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent c197103 commit 00215c7

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,8 @@ Kani verifies:
12361236

12371237
- [RustViz](https://github.com/rustviz/rustviz) — RustViz is a tool that generates visualizations from simple Rust programs to assist users in better understanding the Rust Lifetime and Borrowing mechanism. It generates SVG files with graphical indicators that integrate with mdbook to render visualizations of data-flow in Rust programs.
12381238

1239+
- [TangleGuard](https://tangleguard.com/) :copyright: — A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.
1240+
12391241
- **warnalyzer** :warning: — Show unused code from multi-crate Rust projects
12401242

12411243

@@ -1927,6 +1929,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
19271929

19281930
- [Symfony Insight](https://insight.symfony.com/) :copyright: — Detect security risks, find bugs and provide actionable metrics for PHP projects.
19291931

1932+
- [TangleGuard](https://tangleguard.com/) :copyright: — A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.
1933+
19301934
- [Violations Lib](https://github.com/tomasbjerre/violations-lib) — Java library for parsing report files from static code analysis. Used by a bunch of Jenkins, Maven and Gradle plugins.
19311935

19321936

data/api/tools.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20138,6 +20138,53 @@
2013820138
"demos": null,
2013920139
"wrapper": null
2014020140
},
20141+
"tangleguard": {
20142+
"name": "TangleGuard",
20143+
"categories": [
20144+
"linter",
20145+
"meta"
20146+
],
20147+
"languages": [
20148+
"rust"
20149+
],
20150+
"other": [
20151+
"ci"
20152+
],
20153+
"licenses": [
20154+
"proprietary"
20155+
],
20156+
"types": [
20157+
"cli",
20158+
"service"
20159+
],
20160+
"homepage": "https://tangleguard.com/",
20161+
"source": "https://github.com/TangleGuard",
20162+
"pricing": null,
20163+
"plans": {
20164+
"free": false,
20165+
"oss": true
20166+
},
20167+
"description": "A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. You can choose the level of details and get what portions of your codebase gets rendered. That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility.",
20168+
"discussion": null,
20169+
"deprecated": null,
20170+
"resources": [
20171+
{
20172+
"title": "TangleGuard Public Directory Sample",
20173+
"url": "https://directory.tangleguard.com/project/Lorem-Ipsum/sample"
20174+
},
20175+
{
20176+
"title": "TangleGuard Preview",
20177+
"url": "https://youtu.be/whzbP1Hnsqs"
20178+
},
20179+
{
20180+
"title": "TangleGuard Documentation",
20181+
"url": "https://docs.tangleguard.com/welcome/intro/"
20182+
}
20183+
],
20184+
"reviews": null,
20185+
"demos": null,
20186+
"wrapper": false
20187+
},
2014120188
"tclchecker": {
2014220189
"name": "tclchecker",
2014320190
"categories": [

0 commit comments

Comments
 (0)