We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a254b6 commit a728153Copy full SHA for a728153
server/lib/puppet-languageserver/document_validator.rb
@@ -7,6 +7,8 @@ def self.validate(content, _max_problems = 100)
7
problems = 0
8
9
begin
10
+ # TODO: load .puppet-lint.rc from the module root as well
11
+ PuppetLint::OptParser.build
12
linter = PuppetLint::Checks.new
13
problems = linter.run(nil, content)
14
unless problems.nil?
0 commit comments