-
Notifications
You must be signed in to change notification settings - Fork 4
V2 linter API support #12
V2 linter API support #12
Conversation
Change the major version because move from CoffeScript to ES. Incorporates the changes to support the V2 linter API plus specs and support for slim deprecation warning messages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's what I see so far, a great start though!
You should also commit the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor things.
Conflicts: package.json
Enabled Travis CI, and turned on builds for forked PRs in Circle CI. |
Btw, if you install Docker on your machine you can test the CircleCI builds almost exactly by running: docker run --rm -it arcanemagus/atom-docker-ci:latest bash That will get you a shell in the container, you'll need to manually |
Didn't know, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes #8
Fixes #10
Change the major version because move from CoffeScript to ES. Incorporates the changes to support the V2 linter API plus specs and support for slim deprecation warning messages.