pylint-pycharm icon indicating copy to clipboard operation
pylint-pycharm copied to clipboard

cannot lint any file, pylint fails

Open jzhao62 opened this issue 1 year ago • 0 comments

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:

  1. you install pylint via pip, and try to lint the file, you cannot

Observed Results:

image image

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)

jzhao62 avatar Nov 19 '23 17:11 jzhao62