From b0b806de14e2e3933628fdcc4491b65a67335f2c Mon Sep 17 00:00:00 2001 From: "Adrien P." Date: Thu, 24 Oct 2024 09:14:46 +0400 Subject: [PATCH] new: Add third-party toml plugins: `mockery`, `staticcheck` and `openfga` to the registry (#640) --- registry/data/third-party.json | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/registry/data/third-party.json b/registry/data/third-party.json index 1e6d3df74..914be5446 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -616,6 +616,19 @@ "mkcert" ] }, + { + "id": "mockery", + "locator": "https://raw.githubusercontent.com/crashdump/proto-tools/main/toml-plugins/mockery/plugin.toml", + "format": "toml", + "name": "mockery", + "description": "Mockery is a mock code autogenerator for Go.", + "author": "crashdump", + "homepageUrl": "https://github.com/vektra/mockery", + "repositoryUrl": "https://github.com/crashdump/proto-tools", + "bins": [ + "mockery" + ] + }, { "id": "moon", "locator": "https://raw.githubusercontent.com/moonrepo/moon/master/proto-plugin.toml", @@ -669,6 +682,19 @@ "openapi-changes" ] }, + { + "id": "openfga", + "locator": "https://raw.githubusercontent.com/crashdump/proto-tools/main/toml-plugins/openfga/plugin.toml", + "format": "toml", + "name": "openfga", + "description": "OpenFGA is an open-source authorization solution that allows developers to build granular access control.", + "author": "crashdump", + "homepageUrl": "https://openfga.dev", + "repositoryUrl": "https://github.com/crashdump/proto-tools", + "bins": [ + "openfga" + ] + }, { "id": "oxlint", "locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/oxlint/plugin.toml", @@ -799,6 +825,19 @@ "bins": [ "sops" ] + }, + { + "id": "staticcheck", + "locator": "https://raw.githubusercontent.com/crashdump/proto-tools/main/toml-plugins/staticcheck/plugin.toml", + "format": "toml", + "name": "staticcheck", + "description": "Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.", + "author": "crashdump", + "homepageUrl": "https://staticcheck.dev", + "repositoryUrl": "https://github.com/crashdump/proto-tools", + "bins": [ + "staticcheck" + ] }, { "id": "stern",