Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add third-party toml plugins: mockery, staticcheck and openfga to the registry #640

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down