leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
196 stars 35 forks source link

Empty or Default .pylintrc results in "found no problems" #93

Open fredlllll opened 1 year ago

fredlllll commented 1 year ago

Step 1: Are you in the right place?

Step 2: Describe your environment

Step 3: Describe the problem:

Steps to reproduce:

  1. create empty or default .pylintrc file in project root
  2. run pylint

Observed Results:

Expected Results:

Relevant Code:

pycharm64_2022-07-28_17-55-36

and a run after deleting the empty pylintrc file

grafik

Ralithune commented 1 year ago

I just ran in to this, except my pylintrc file had pylint spewing errors about "options value for 'x' was removed from pylint" and then a link to the pull request that removed it.

Frustates me that the Pylint maintainers (not you) don't have clear instructions on how (or WHY?) the ignore statements were removed from Pylint and what we're supposed to do about it. This is not how I wanted to spend my day.

kannes commented 1 year ago

Isn't this a duplicate of https://github.com/leinardi/pylint-pycharm/issues/69?

fredlllll commented 1 year ago

possibly, although that issue uses older versions, runs on a mac, and the user has some custom hooks etc built into his environment