From 7cc58f31869d0d7e20a48eeec7ab964804dd3965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sun, 11 Jun 2023 11:21:20 +0200 Subject: [PATCH] feat: add revive plugin (#838) --- README.md | 1 + plugins/revive | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/revive diff --git a/README.md b/README.md index 9eda35b..a6111b6 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Reg | [looztra/asdf-reg](https://github.com/looztra/asdf-reg) | [![Build Status](https://travis-ci.org/looztra/asdf-reg.svg?branch=master)](https://travis-ci.org/looztra/asdf-reg) | | regctl | [ORCID/asdf-regctl](https://github.com/ORCID/asdf-regctl) | [![Build](https://github.com/ORCID/asdf-regctl/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-regctl/actions/workflows/build.yml) | | restic | [xataz/asdf-restic](https://github.com/xataz/asdf-restic) | [![Build](https://github.com/xataz/asdf-restic/actions/workflows/workflow.yml/badge.svg)](https://github.com/xataz/asdf-restic/actions/workflows/workflow.yml) | +| revive | [bjw-s/asdf-revive](https://github.com/bjw-s/asdf-revive) | [![Build](https://github.com/bjw-s/asdf-revive/actions/workflows/build.yml/badge.svg)](https://github.com/bjw-s/asdf-revive/actions/workflows/build.yml) | | richgo | [paxosglobal/asdf-richgo](https://github.com/paxosglobal/asdf-richgo) | [![Build Status](https://travis-ci.org/paxosglobal/asdf-richgo.svg?branch=master)](https://travis-ci.org/paxosglobal/asdf-richgo) | | Riff | [abinet/asdf-riff](https://github.com/abinet/asdf-riff) | [![Build Status](https://travis-ci.org/abinet/asdf-riff.svg?branch=master)](https://travis-ci.org/abinet/asdf-riff) | | ripgrep | [wt0f/asdf-ripgrep](https://gitlab.com/wt0f/asdf-ripgrep) | [![pipeline status](https://gitlab.com/wt0f/asdf-ripgrep/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-ripgrep/-/commits/master) | diff --git a/plugins/revive b/plugins/revive new file mode 100644 index 0000000..46a2559 --- /dev/null +++ b/plugins/revive @@ -0,0 +1 @@ +repository = https://github.com/bjw-s/asdf-revive.git