Skip to content

Commit

Permalink
chore: unretire puppet_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Feb 27, 2024
1 parent 4715e3e commit 966f538
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions lua/null-ls/builtins/diagnostics/puppet_lint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ local severities = {
warning = vim.lsp.protocol.DiagnosticSeverity.Warning,
}

vim.notify_once(
[[[null-ls] You required a deprecated builtin (diagnostics/puppet_lint.lua), which will be removed in March.
Please migrate to alternatives: https://github.com/nvimtools/none-ls.nvim/issues/58]],
vim.log.levels.WARN
)

return h.make_builtin({
name = "puppet-lint",
meta = {
Expand Down
6 changes: 0 additions & 6 deletions lua/null-ls/builtins/formatting/puppet_lint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ local methods = require("null-ls.methods")

local FORMATTING = methods.internal.FORMATTING

vim.notify_once(
[[[null-ls] You required a deprecated builtin (formatting/puppet_lint.lua), which will be removed in March.
Please migrate to alternatives: https://github.com/nvimtools/none-ls.nvim/issues/58]],
vim.log.levels.WARN
)

return h.make_builtin({
name = "puppet-lint",
meta = {
Expand Down

0 comments on commit 966f538

Please sign in to comment.