Skip to content

Commit 966f538

Browse files
committed
chore: unretire puppet_lint
1 parent 4715e3e commit 966f538

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

lua/null-ls/builtins/diagnostics/puppet_lint.lua

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ local severities = {
66
warning = vim.lsp.protocol.DiagnosticSeverity.Warning,
77
}
88

9-
vim.notify_once(
10-
[[[null-ls] You required a deprecated builtin (diagnostics/puppet_lint.lua), which will be removed in March.
11-
Please migrate to alternatives: https://github.com/nvimtools/none-ls.nvim/issues/58]],
12-
vim.log.levels.WARN
13-
)
14-
159
return h.make_builtin({
1610
name = "puppet-lint",
1711
meta = {

lua/null-ls/builtins/formatting/puppet_lint.lua

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ local methods = require("null-ls.methods")
33

44
local FORMATTING = methods.internal.FORMATTING
55

6-
vim.notify_once(
7-
[[[null-ls] You required a deprecated builtin (formatting/puppet_lint.lua), which will be removed in March.
8-
Please migrate to alternatives: https://github.com/nvimtools/none-ls.nvim/issues/58]],
9-
vim.log.levels.WARN
10-
)
11-
126
return h.make_builtin({
137
name = "puppet-lint",
148
meta = {

0 commit comments

Comments
 (0)