pylint-pycharm
pylint-pycharm copied to clipboard
cannot lint any file, pylint fails
Step 1: Are you in the right place?
- [x ] I have verified there are no duplicate active or recent bugs, questions, or requests
- [x ] I have verified that I am using the latest version of the plugin.
Step 2: Describe your environment
- Plugin version:
0.14.0
- PyCharm/IDEA version:
2022.1.1
- Pylint version:
3.0.2
Step 3: Describe the problem:
Steps to reproduce:
- you install pylint via pip, and try to lint the file, you cannot
Observed Results:
Expected Results:
should allow me to lint file *
Relevant Code:
System.out.println("Hello, world!");
java.lang.RuntimeException: This is an example Exception log
at com.leinardi.HelloWorld
at com.leinardi.HelloWorld$ThisIsNotARealLog
at bigcorporate.app.Instrumentation.callActivityOnResume(Instrumentation.kt)