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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Yeah that theory is probably correct. Unfortunately I can't really immediately think of a way to resolve the way Puppet-Lint is parsing the file versus how Atom parses it.
It seems the line break (I think) is causing some mess in this simple code:
The following code:
Produces this:
Tested on Atom 1.14.0-beta0 ia32 (Windows) & 1.13.0 stable x64 (MacOS)
The text was updated successfully, but these errors were encountered: