Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subtype or new type for "Style" #584

Open
blueyed opened this issue Sep 5, 2016 · 0 comments
Open

Add subtype or new type for "Style" #584

blueyed opened this issue Sep 5, 2016 · 0 comments

Comments

@blueyed
Copy link
Member

blueyed commented Sep 5, 2016

This is inspired by Syntastic, which has a subtype, typically used for "Style".

This could be used by linters like pep8.

I've experimented with just using S as the error type for this - not sure if it makes sense to have E.S, W.S and I.S in the end?! (It would still be type='E', and then subtype='S' - not type='E.S').

As for signs, we currently handle "W", "I" (Info), "M" (message) and the rest as "E".

So style issues could be mapped to "I" or "M" (and have the substyle)?

blueyed added a commit that referenced this issue Apr 29, 2019
This is an intermediate step until internal lists are used for entries,
which would support subtype "style" or something similar.

Ref: #584
blueyed added a commit that referenced this issue May 9, 2019
This is an intermediate step until internal lists are used for entries,
which would support subtype "style" or something similar.

Ref: #584
blueyed added a commit that referenced this issue Feb 7, 2020
This is an intermediate step until internal lists are used for entries,
which would support subtype "style" or something similar.

Ref: #584
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant