Skip to content

Commit 757de75

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 82111c5 commit 757de75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- 🚨🚨 DON'T EDIT THIS FILE DIRECTLY. Add a file to `data/tools/` instead. 🚨🚨 -->
1+
<!-- 🚨🚨 DON'T EDIT THIS FILE DIRECTLY. Edit `data/tools.yml` instead. 🚨🚨 -->
22

33
<a href="https://analysis-tools.dev/">
44
<img alt="Analysis Tools Website" src="https://raw.githubusercontent.com/analysis-tools-dev/assets/master/static/redesign.svg" />
@@ -513,7 +513,7 @@ Fprettify is a tool that provides consistent whitespace, indentation, and delimi
513513

514514
- [go/ast](https://golang.org/pkg/go/ast) — Package ast declares the types used to represent syntax trees for Go packages.
515515

516-
- **goast** :warning: — Go AST (Abstract Syntax Tree) based static analysis tool with Rego.
516+
- [goast](https://github.com/m-mizutani/goast) — Go AST (Abstract Syntax Tree) based static analysis tool with Rego.
517517

518518
- **gochecknoglobals** :warning: — Checks that no globals are present.
519519

data/api/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8561,7 +8561,7 @@
85618561
"plans": null,
85628562
"description": "Go AST (Abstract Syntax Tree) based static analysis tool with Rego.",
85638563
"discussion": null,
8564-
"deprecated": true,
8564+
"deprecated": null,
85658565
"resources": null,
85668566
"reviews": null,
85678567
"demos": null,

0 commit comments

Comments
 (0)