140 character line limit


Your manifests should not contain any lines longer than 140 characters (style guide).

Disabling the check

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

$ puppet-lint --no-140chars-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_140chars')