Boolean values (true
and false
) behave differently when quoted ('true'
and 'false'
), which can lead to a fair bit of confusion. As a general rule,
you should never quote booleans. This is not a style issue, rather a common
mistake.
To disable this check you can add --no-quoted_booleans-check
to your
puppet-lint
command line.
Alternatively, if you’re calling puppet-lint via the Rake task, you should
insert the following line to your Rakefile
.