You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
The text was updated successfully, but these errors were encountered:
Step 1: Are you in the right place?
Step 2: Describe your environment
0.14.0
2022.1.1
3.0.2
Step 3: Describe the problem:
Steps to reproduce:
Observed Results:
Expected Results:
should allow me to lint file
*
Relevant Code:
The text was updated successfully, but these errors were encountered: