aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry/index/haml-lint/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-registry/index/haml-lint/init.lua')
-rw-r--r--lua/mason-registry/index/haml-lint/init.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/lua/mason-registry/index/haml-lint/init.lua b/lua/mason-registry/index/haml-lint/init.lua
deleted file mode 100644
index 5467c5a1..00000000
--- a/lua/mason-registry/index/haml-lint/init.lua
+++ /dev/null
@@ -1,15 +0,0 @@
-local Pkg = require "mason-core.package"
-local _ = require "mason-core.functional"
-local gem = require "mason-core.managers.gem"
-
-return Pkg.new {
- name = "haml-lint",
- desc = _.dedent [[
- haml-lint is a tool to help keep your HAML files clean and readable. In addition to HAML-specific style and lint
- checks, it integrates with RuboCop to bring its powerful static analysis tools to your HAML documents.
- ]],
- homepage = "https://github.com/sds/haml-lint",
- languages = { Pkg.Lang.HAML },
- categories = { Pkg.Cat.Linter },
- install = gem.packages { "haml_lint", bin = { "haml-lint" } },
-}