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

Switch to stable APIs for all linters #12

Open
Martmists-GH opened this issue Feb 16, 2018 · 2 comments
Open

Switch to stable APIs for all linters #12

Martmists-GH opened this issue Feb 16, 2018 · 2 comments
Assignees
Labels
Hacktoberfest help wanted Extra attention is needed

Comments

@Martmists-GH
Copy link
Member

Certain tools like the current flake8 linter are currently using an unstable API which can change at any given time. We should switch to something reliable while avoiding forking as much as possible.

@Martmists-GH Martmists-GH added the help wanted Extra attention is needed label Feb 16, 2018
@oxy
Copy link

oxy commented Feb 19, 2018

Where exactly can I find the places where you even use said unstable API? I haven't touched snekchek at all yet, not really familiar with the code.

@Martmists-GH
Copy link
Member Author

Martmists-GH commented Feb 19, 2018

In linters.py, style.py and so on are classes that inherit structure.Linter. Check those files and their respective modules to see if the API is unstable or not the recommended way to use the module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants