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.

Does not lint #36

Closed
Closed
@kentwongg

Description

@kentwongg

I have a fresh atom install with JDK ( Java SE Development Kit 8u66 ).
Nothing will lint, I have tried uninstalling/reinstalling/deleting my ~.atom for a fresh config/etc.

Here is my config.cson. I have tried a few things

config attempt 1:

"*":
  "exception-reporting":
    userId: "1f5fb4e1-474f-6fb5-9164-efb318e9ac10"
  welcome:
    showOnStartup: false
  core:
    themes: [
      "one-dark-ui"
      "fruits-syntax"
    ]
  editor:
    invisibles: {}
  linter: {}
  "linter-javac":
    javaExecutablePath: "C:\\Program Files\\Java\\jdk1.8.0_66\\bin"

Config attempt 2:

"*":
  "exception-reporting":
    userId: "1f5fb4e1-474f-6fb5-9164-efb318e9ac10"
  welcome:
    showOnStartup: false
  core:
    themes: [
      "one-dark-ui"
      "fruits-syntax"
    ]
  editor:
    invisibles: {}
  linter:
    path: "C:\Users\SupRa\.atom\packages\linter"
  "linter-javac":
    path:"C:\Users\SupRa\.atom\packages\linter-javac"
    javaExecutablePath: "C:\\Program Files\\Java\\jdk1.8.0_66\\bin"

Config attempt 3 (DEFAULT, AFTER INSTALLING PACKAGES):

"*":
  "exception-reporting":
    userId: "1f5fb4e1-474f-6fb5-9164-efb318e9ac10"
  welcome:
    showOnStartup: false
  core:
    themes: [
      "one-dark-ui"
      "fruits-syntax"
    ]
  editor:
    invisibles: {}
  linter: {}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions