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
I have verified there are no duplicate active or recent bugs, questions, or requests
I have verified that I am using the latest version of the plugin.
Step 2: Describe your environment
Plugin version: 0.13.1
PyCharm/IDEA version: #IU-212.55285.40 IDEA 2021.2.2 Ultimate Edition
Pylint version: 2.12.2
Step 3: Describe the problem:
Steps to reproduce:
Install pylint on conda env
Install pylint plugin on IntelliJ IDEA
Try testing plugin
Observed Results:
Pylint Plugin: Failure: executable "C:\Users\Josh\Anaconda3\envs\MyProj\Scripts\pylint.exe" not found
Expected Results:
It to work :P
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:
A new developer, @szabope, has created a full rewrite of this PyLint plugin. The new plugin is actively maintained and addresses many of the issues found here.
You can find the new plugin on the JetBrains Plugin Marketplace: PyLint Plugin
The source code is available here: GitHub Repository
Please give it a try, as the old plugin will soon be archived.
Step 1: Are you in the right place?
Step 2: Describe your environment
0.13.1
#IU-212.55285.40 IDEA 2021.2.2 Ultimate Edition
2.12.2
Step 3: Describe the problem:
Steps to reproduce:
Observed Results:
Pylint Plugin: Failure: executable "C:\Users\Josh\Anaconda3\envs\MyProj\Scripts\pylint.exe" not found
Expected Results:
Relevant Code:
The text was updated successfully, but these errors were encountered: