This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Description
It seems the line break (I think) is causing some mess in this simple code:
The following code:
class test ()
{
# Install command
$install_command = "make && \
${command}"
}
Produces this:
Error: Column start (55) greater than line length (31)
Error: Column start (55) greater than line length (31)
at Object.rangeFromLineNumber (C:\Users\Abel\.atom\packages\linter-puppet-lint\node_modules\atom-linter\lib\index.js:179:11)
at file:///C:/Users/Abel/.atom/packages/linter-puppet-lint/lib/main.js:101:32
at Array.forEach (native)
at file:///C:/Users/Abel/.atom/packages/linter-puppet-lint/lib/main.js:95:33
at process._tickCallback (internal/process/next_tick.js:103:7)
Tested on Atom 1.14.0-beta0 ia32 (Windows) & 1.13.0 stable x64 (MacOS)