Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lines are not highlighting #425

Closed
Ryan050 opened this issue Feb 13, 2015 · 6 comments
Closed

Lines are not highlighting #425

Ryan050 opened this issue Feb 13, 2015 · 6 comments

Comments

@Ryan050
Copy link

Ryan050 commented Feb 13, 2015

As title says with any linter the lines are not highlighting
Latest Atom version in OS X.

@arpadHegedus
Copy link

Same for me. Windows 7 64bit

@hsidky
Copy link

hsidky commented Feb 20, 2015

I'm having the same problem. Latest version of Atom and Linter on Debian Jessie 64 bit.

@marianoviola
Copy link

Same issue for me, no highlighted lines nor visible errors. This occurs with linter v0.12.0 + Atom v0.184.0 on Mac OS X 10.10.2.

@RobbinHabermehl
Copy link

I'm encountering the same issue on Atom v0.187.0, I'm running Mac OS X 10.10.2.

@iam4x
Copy link
Contributor

iam4x commented Mar 12, 2015

Can someone give more infos?

  • Check Lint Debug in linter options
  • Open dev console cmd + alt + i and see if there's errors
  • Give us your Atom preferences

Thank's!

@rpadovani
Copy link

Debug:

command and arguments ["/usr/share/atom/resources/app/apm/bin/node", "/home/rpadovani/.atom/packages/linter-jscs/node_modules/jscs/bin/jscs", "-r", "checkstyle", "-c", "/home/rpadovani/Archon/frontend/.jscsrc", "/tmp/AtomLinter115410-21808-1j09cdksource.js/header.js"]
/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 is node executable: true
/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 beforeSpawnProcess: /usr/share/atom/resources/app/apm/bin/node ["/home/rpadovani/.atom/packages/linter-jscs/node_modules/jscs/bin/jscs", "-r", "checkstyle", "-c", "/home/rpadovani/Archon/frontend/.jscsrc", "/tmp/AtomLinter115410-21808-1j09cdksource.js/header.js"] Object {cwd: "/home/rpadovani/Archon/frontend/app/scripts/controllers"}
/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 command and arguments ["/usr/share/atom/resources/app/apm/bin/node", "/home/rpadovani/.atom/packages/linter-jshint/node_modules/jshint/bin/jshint", "--verbose", "--extract=auto", "-c", "/home/rpadovani/Archon/frontend/.jshintrc", "/tmp/AtomLinter115410-21808-1j09cdksource.js/header.js"]
/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 is node executable: true
/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 beforeSpawnProcess: /usr/share/atom/resources/app/apm/bin/node ["/home/rpadovani/.atom/packages/linter-jshint/node_modules/jshint/bin/jshint", "--verbose", "--extract=auto", "-c", "/home/rpadovani/Archon/frontend/.jshintrc", "/tmp/AtomLinter115410-21808-1j09cdksource.js/header.js"] Object {cwd: "/home/rpadovani/Archon/frontend/app/scripts/controllers"}
/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 jshint returned LinterJshint {formatShellCmd: function, editor: Object, beforeSpawnProcess: function, cwd: "/home/rpadovani/Archon/frontend/app/scripts/controllers", subscriptions: CompositeDisposable…} []
/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 stdout <?xml version="1.0" encoding="utf-8"?>
<checkstyle version="4.3">

/home/rpadovani/.atom/packages/linter/lib/utils.coffee:11 stdout     <file name="/tmp/AtomLinter115410-21808-1j09cdksource.js/header.js">
        <error line="33" column="13" severity="error" message="Expected indentation of 12 characters" source="jscs" />
        <error line="42" column="82" severity="error" message="Line must be at most 80 characters" source="jscs" />
    </file>
</checkstyle>

config.json

"*":
  "exception-reporting":
    userId: "whatever"
  welcome:
    showOnStartup: false
  core: {}
  editor:
    invisibles: {}
    fontFamily: "Ubuntu Mono"
    showIndentGuide: true
    showInvisibles: true
    softWrap: true
    softWrapAtPreferredLineLength: true
  linter:
    statusBar: "Show error of the selected line"
    lintDebug: true
    showInfoMessages: true
  "autocomplete-plus": {}
  "linter-jscs":
    preset: "google"
  "linter-jshint": {}

I tried with all defaults syntax highlights, and doesn't change anything, lines aren't showed up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants