diff options
| author | William Boman <william@redwill.se> | 2023-03-31 19:59:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 19:59:47 +0200 |
| commit | baee73f710fda10d3f946dc98f14b6923f38e3f1 (patch) | |
| tree | c9283f996efcbca762ffdcdbe631399025f6c0de /lua/mason-registry/index/cpplint/init.lua | |
| parent | chore: autogenerate (#1159) (diff) | |
| download | mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.gz mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.bz2 mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.lz mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.xz mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.zst mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.zip | |
chore: migrate packages (#1161)
Diffstat (limited to 'lua/mason-registry/index/cpplint/init.lua')
| -rw-r--r-- | lua/mason-registry/index/cpplint/init.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/mason-registry/index/cpplint/init.lua b/lua/mason-registry/index/cpplint/init.lua deleted file mode 100644 index 2b9eab14..00000000 --- a/lua/mason-registry/index/cpplint/init.lua +++ /dev/null @@ -1,11 +0,0 @@ -local Pkg = require "mason-core.package" -local pip3 = require "mason-core.managers.pip3" - -return Pkg.new { - name = "cpplint", - desc = [[Cpplint is a command-line tool to check C/C++ files for style issues following Google's C++ style guide]], - homepage = "https://pypi.org/project/cpplint/", - languages = { Pkg.Lang.C, Pkg.Lang["C++"] }, - categories = { Pkg.Cat.Linter }, - install = pip3.packages { "cpplint", bin = { "cpplint" } }, -} |
