-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[linter] Linter for v2 migration #11147
Conversation
It's great. Don't you think we will have to add this https://github.com/conan-io/conan/blob/develop/conans/pylint_plugin.py#L10-L47 to the CCI linter anyway, in order to avoid "undefined variable" warning/errors ? |
Sure, this is just the starting point: a very naïve linter that works for 100% of the recipes. Next steps will be to evolve the linter and check |
ok, I had missed the |
* [linter] propose linter for v2 migration * touch * remove requirements file * share requirements as string/env variable * add new line * cache off * version range * exact requirement * pylint already contains astroid * Add comment about test_package * better naming * remove and rename files
As we are moving closer to v2 we think a linter would be the perfect tool to help us during this process. Here I'm modifying existing linters and proposing a new path:
Note. I will be adding an isolated
yaml
linter in the following hours