disable lint check for single quoted variables
authorJustin Stoller <justin@puppetlabs.com>
Sun, 9 Feb 2014 06:22:47 +0000 (22:22 -0800)
committerJustin Stoller <justin@puppetlabs.com>
Sun, 9 Feb 2014 06:22:47 +0000 (22:22 -0800)
commitfcdbafd74b1d21c7fd648fc510ef15dc7a0d0618
tree89c497df15d055206f8af0732d541482a6926ee6
parent386c48bad03e56bc410282301fa9c96d3ef3ac20
disable lint check for single quoted variables

Previously we weren't linting, there's a number of warning but there was
only one actual error reported when linting was enabled.  It was
erroring on a valid usage of a single quoted variable-like string.
To allow linting to succeed (and the warning to show themselves) I've
disable the check that is giving a false positive.
Rakefile