-
-
Notifications
You must be signed in to change notification settings - Fork 88
Official python extension with pylint runs on duplicate SVN files #85
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
Comments
Thanks for raising this. I will look into it and sort something out. |
Seem the issue is with this line in the python extension The Uri schemas to ignore are hard coded. I will create a PR to have svn added |
Add Svn to the uriSchemesToIgnore as its causing an issue for users of the Svn SCM extension [https://github.com/JohnstonCode/svn-scm/issues/85](https://github.com/JohnstonCode/svn-scm/issues/85)
The changes have been merged in the python extension. Not sure when it will be rolled out tho. |
@JohnstonCode , thanks so much for the timely and helpful work. I'm looking forward to using your extension without the pylint troubles! |
To start, I love the work you guys are doing! Excellent SVN package so far, thank you!
The problem: Pylint is wanting to lint svn files... So the warnings, etc are printed twice for every file.

I'm asking you guys for help since you might know what's up. It seems that the python extension settings should be capable of ignoring SVN files, but I have not been able to fix it on the Python extension side so far. I've tried a bunch of different ignore patterns there as well, such as this:
"python.linting.ignorePatterns": [ ".vscode/*.py", "**/site-packages/**/*.py", "svn*/**" ]
Another note is that if I click on the pylint warning messages for the SVN copy of the file, I can actually get two editors open of the same file and they are nearly identical.
If you guys can help, it would be greatly appreciated.
The text was updated successfully, but these errors were encountered: