Trailing whitespace


Your manifests must not contain any trailing whitespace on any line (style guide).

Disabling the check

To disable this check you can add --no-trailing_whitespace-check to your puppet-lint command line.

$ puppet-lint --no-trailing_whitespace-check path/to/file.pp

Alternatively, if you’re calling puppet-lint via the Rake task, you should insert the following line to your Rakefile.

PuppetLint.configuration.send('disable_trailing_whitespace')