AtomLinter/linter-gcc

Support v2 Linter API

Opened this issue · 4 comments

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 of linter.

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 with apm install linter@2.2.0.

c-pal commented

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

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