-
Notifications
You must be signed in to change notification settings - Fork 5
Support v2 Linter API #123
Support v2 Linter API #123
Conversation
Any reason for using Go 1.8 with the stable channel and Go 1.9 with the beta channel? |
Tests are failing because of this golang/go#28291, |
The current versions that are fully supported by go are: v1.10 and v1.11, golang/tools#52
It's likely that when CI was configured Go 1.9 wasn't out yet. |
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.
One minor little change.
lib/main.js
Outdated
if (std !== null || std !== '') { | ||
let match = regex.exec(std); | ||
while (match !== null) { | ||
// Bump line number down 2 instead of 1 due to inserted extra line |
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.
🔥 Looks like this comment snuck in from a different provider (where it was accurate).
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.
Yep, sorry.
stream must not be null and must not be empty
Appveyor is fast as an old mule... 😴 |
Fixes #121