leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random number of duplicate issues

podfran opened this issue · 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.12.2
  • PyCharm/IDEA version: 2020.2 Pro
  • Pylint version: 2.6.0

Step 3: Describe the problem:

Steps to reproduce:

  1. Run pylint over module or project

Observed Results:

  • Random number of duplicate issues

Expected Results:

  • Each issue is displayed only once.

image