diff options
Diffstat (limited to 'lua/mason-registry/index/semgrep/init.lua')
| -rw-r--r-- | lua/mason-registry/index/semgrep/init.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lua/mason-registry/index/semgrep/init.lua b/lua/mason-registry/index/semgrep/init.lua deleted file mode 100644 index 45e766cb..00000000 --- a/lua/mason-registry/index/semgrep/init.lua +++ /dev/null @@ -1,22 +0,0 @@ -local Pkg = require "mason-core.package" -local pip3 = require "mason-core.managers.pip3" - -return Pkg.new { - name = "semgrep", - desc = "Semgrep is a fast, open-source, static analysis engine for finding bugs, detecting vulnerabilities in third-party dependencies, and enforcing code standards.", - homepage = "https://github.com/returntocorp/semgrep", - languages = { - Pkg.Lang["C#"], - Pkg.Lang.Go, - Pkg.Lang.Java, - Pkg.Lang.JavaScript, - Pkg.Lang.JSON, - Pkg.Lang.PHP, - Pkg.Lang.Python, - Pkg.Lang.Ruby, - Pkg.Lang.TypeScript, - Pkg.Lang.Scala, - }, - categories = { Pkg.Cat.Linter }, - install = pip3.packages { "semgrep", bin = { "semgrep" } }, -} |
