Commit 966f538 1 parent 4715e3e commit 966f538 Copy full SHA for 966f538
File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ local severities = {
6
6
warning = vim .lsp .protocol .DiagnosticSeverity .Warning ,
7
7
}
8
8
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
-
15
9
return h .make_builtin ({
16
10
name = " puppet-lint" ,
17
11
meta = {
Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ local methods = require("null-ls.methods")
3
3
4
4
local FORMATTING = methods .internal .FORMATTING
5
5
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
-
12
6
return h .make_builtin ({
13
7
name = " puppet-lint" ,
14
8
meta = {
You can’t perform that action at this time.
0 commit comments