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

Error: Column start greater than line error #113

@apazga

Description

@apazga

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions