diff options
author | Reza J. Bavaghoush <rzjfr@users.noreply.github.com> | 2022-05-16 14:14:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 21:14:11 +0900 |
commit | 75d241342532e5acf34caff28a7a9e5cda688a32 (patch) | |
tree | 3faa2cd8c2b52d32751c577e3a5a29faeddd08e0 /supported-tools.md | |
parent | 5479b58660906041d67544a025522a39e006b184 (diff) | |
download | ale-75d241342532e5acf34caff28a7a9e5cda688a32.zip |
add rego support (#4199)
* add opa fmt fixer for rego files
* add opa linter
* add basic tests for linter and fixer
* add cspell to the docs
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 94dbe4fc..a79d2294 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -498,6 +498,10 @@ formatting. * [ols](https://github.com/freebroccolo/ocaml-language-server) * [reason-language-server](https://github.com/jaredly/reason-language-server) * [refmt](https://github.com/reasonml/reason-cli) +* Rego + * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) + * [opacheck](https://www.openpolicyagent.org/docs/latest/cli/#opa-check) + * [opafmt](https://www.openpolicyagent.org/docs/latest/cli/#opa-fmt) * reStructuredText * [alex](https://github.com/get-alex/alex) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) |