This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Support v2 Linter API #199
Comments
Was having this problem and looked around for a while before finding this. Immediately fixed the problem, thank you. |
As it seems linter-gcc is no longer maintained @tvincent056 has published his fork which is compatible with the updated base linter as linter-gcc2. See comment on #185 |
4 tasks
@hebaishi If you are no longer interested in maintaining this I'd be happy to have it transferred into the @AtomLinter organization, where we can help out interested people (like @tvincent056) get access to keep it maintained. |
@Arcanemagus Unfortunately, I have not used atom in a long time, and so I am no longer motivated to maintain this package. I shall transfer it over to the @AtomLinter organization. |
This was referenced Dec 23, 2019
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the v2.3.0 release of
linter
support for the v1 API was removed, breaking semver. This means that this provider is no longer supported by the current version oflinter
.To get this provider working again it will need to be upgrade to the v2 API, a guide for accomplishing that can be found here: Upgrading to Standard Linter v2.
Until this is fixed in order to use this provider you will need to downgrade to the last version of
linter
that supports the v1 API, you can do this withapm install linter@2.2.0
.The text was updated successfully, but these errors were encountered: