iwarapter / sonar-puppet

SonarQube plugin for Puppet code.
Other
26 stars 10 forks source link

Adds exception for variable strings for `defined` #255

Closed petems closed 5 years ago

petems commented 8 years ago

The defined function is the exception to this rule, as it can check if a variable has actually been defined, which requires the variable be given as a string.

See https://docs.puppetlabs.com/references/latest/function.html#defined

petems commented 5 years ago

Closing out old PRs 💃