You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using version 2.0.0 of the gem the manifest on an empty line without spacing equiling the two-space soft tab we get this following:
manifests/jenkins.pp - ERROR: trailing whitespace found on line 34
manifests/jenkins.pp - ERROR: two-space soft tabs not used on line 34
Where as with the two-space soft tab we get:
manifests/jenkins.pp - ERROR: trailing whitespace found on line 34
Where as on version 1.1.0 with 2 space soft-tabs on an empty line produces no errors.
The text was updated successfully, but these errors were encountered:
However, the soft tabs error, while technically correct, is nonsensical, since it's in trailing whitespace. Fixing that remedies the other error, so in this case soft tabs should be suppressed.
rnelson0
changed the title
empty lines with and without indent cause lint errors
Empty lines with trailing whitespace triggers redundant soft tabs error.
Jun 22, 2016
Using version 2.0.0 of the gem the manifest on an empty line without spacing equiling the two-space soft tab we get this following:
manifests/jenkins.pp - ERROR: trailing whitespace found on line 34
manifests/jenkins.pp - ERROR: two-space soft tabs not used on line 34
Where as with the two-space soft tab we get:
manifests/jenkins.pp - ERROR: trailing whitespace found on line 34
Where as on version 1.1.0 with 2 space soft-tabs on an empty line produces no errors.
The text was updated successfully, but these errors were encountered: