Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved lint warning/error message does not go away unless Atom is restarted #54

Open
ginomempin opened this issue Mar 6, 2018 · 0 comments

Comments

@ginomempin
Copy link

ginomempin commented Mar 6, 2018

I randomly encounter this issue wherein I've already resolved the linter warning/error but the warning/error message does not disappear until I've restarted Atom.

Here's a simple example:
linter-python-warning

I originally had 2 blank lines, which triggered the warning.
But I've already removed the extra blank line, saved the file, but the warning's still there.
After restarting Atom, that warning goes away.

I can't pinpoint the exact steps how to reproduce this (sorry!).
I checked the dev tools window when it happens, but I didn't see any error messages logged.

Here's my env details:

  • Ubuntu 16.04
  • Atom 1.24.0 x64
  • linter-python
    • 3.1.2
    • from config.cson
         "linter-python":
              ignoreCodes: "R1705,C0111,C901,D203,D212,D413,E116,E201,E202,E203,E221,E402,E501"
              withMcCabe: true
              withPep257: true
              withPep8: true
              withPyflakes: true
              withPylint: true
      

I'll try to provide more information when I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant