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

Support v2 Linter API #123

Merged
merged 8 commits into from
Jan 30, 2019
Merged

Support v2 Linter API #123

merged 8 commits into from
Jan 30, 2019

Conversation

vzamanillo
Copy link
Contributor

Fixes #121

@vzamanillo
Copy link
Contributor Author

Any reason for using Go 1.8 with the stable channel and Go 1.9 with the beta channel?

@vzamanillo
Copy link
Contributor Author

vzamanillo commented Jan 30, 2019

Tests are failing because of this golang/go#28291, TypeName.IsAlias method was added in 1.9: https://golang.org/pkg/go/types/#TypeName.IsAlias

@Arcanemagus
Copy link
Member

Any reason for using Go 1.8 with the stable channel and Go 1.9 with the beta channel?

It's likely that when CI was configured Go 1.9 wasn't out yet.

Copy link
Member

@Arcanemagus Arcanemagus left a 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.

package.json Show resolved Hide resolved
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
Copy link
Member

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).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, sorry.

@vzamanillo
Copy link
Contributor Author

Appveyor is fast as an old mule... 😴

@Arcanemagus Arcanemagus merged commit 499ac58 into AtomLinter:master Jan 30, 2019
@vzamanillo vzamanillo deleted the v2-linter-api-support branch January 30, 2019 20:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants