Skip to content

Commit

Permalink
new: Add third-party toml plugins: mockery, staticcheck and `open…
Browse files Browse the repository at this point in the history
…fga` to the registry (#640)
  • Loading branch information
crashdump authored Oct 24, 2024
1 parent d25d49e commit b0b806d
Showing 1 changed file with 39 additions and 0 deletions.
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

0 comments on commit b0b806d

Please sign in to comment.