Skip to content

Commit b0b806d

Browse files
authored
new: Add third-party toml plugins: mockery, staticcheck and openfga to the registry (#640)
1 parent d25d49e commit b0b806d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

registry/data/third-party.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,19 @@
616616
"mkcert"
617617
]
618618
},
619+
{
620+
"id": "mockery",
621+
"locator": "https://raw.githubusercontent.com/crashdump/proto-tools/main/toml-plugins/mockery/plugin.toml",
622+
"format": "toml",
623+
"name": "mockery",
624+
"description": "Mockery is a mock code autogenerator for Go.",
625+
"author": "crashdump",
626+
"homepageUrl": "https://github.com/vektra/mockery",
627+
"repositoryUrl": "https://github.com/crashdump/proto-tools",
628+
"bins": [
629+
"mockery"
630+
]
631+
},
619632
{
620633
"id": "moon",
621634
"locator": "https://raw.githubusercontent.com/moonrepo/moon/master/proto-plugin.toml",
@@ -669,6 +682,19 @@
669682
"openapi-changes"
670683
]
671684
},
685+
{
686+
"id": "openfga",
687+
"locator": "https://raw.githubusercontent.com/crashdump/proto-tools/main/toml-plugins/openfga/plugin.toml",
688+
"format": "toml",
689+
"name": "openfga",
690+
"description": "OpenFGA is an open-source authorization solution that allows developers to build granular access control.",
691+
"author": "crashdump",
692+
"homepageUrl": "https://openfga.dev",
693+
"repositoryUrl": "https://github.com/crashdump/proto-tools",
694+
"bins": [
695+
"openfga"
696+
]
697+
},
672698
{
673699
"id": "oxlint",
674700
"locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/oxlint/plugin.toml",
@@ -799,6 +825,19 @@
799825
"bins": [
800826
"sops"
801827
]
828+
},
829+
{
830+
"id": "staticcheck",
831+
"locator": "https://raw.githubusercontent.com/crashdump/proto-tools/main/toml-plugins/staticcheck/plugin.toml",
832+
"format": "toml",
833+
"name": "staticcheck",
834+
"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.",
835+
"author": "crashdump",
836+
"homepageUrl": "https://staticcheck.dev",
837+
"repositoryUrl": "https://github.com/crashdump/proto-tools",
838+
"bins": [
839+
"staticcheck"
840+
]
802841
},
803842
{
804843
"id": "stern",

0 commit comments

Comments
 (0)