daemonburrito / linter-pylint

Atom linter plugin for Python, using pylint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linter-pylint

This package will lint your opened Python-files in Atom, using pylint.

Installation

  • Install pylint.
  • $ apm install linter (if you don't have AtomLinter/Linter installed).
  • $ apm install linter-pylint

Configuration

  • Executable Path to your pylint executable. This is useful if you have different versions of pylint for Python 2 and 3 or if you are using a virtualenv
  • RC File Path to a custom pylintrc

Other available linters

There are other linters available - take a look at the linters mainpage.

Changelog

0.2.0

  • Settings to configure rcfile, executable name #24

0.1.5

  • Fix lint message display on Windows #15
  • Fix temporary file leak when pylint isn't present

0.1.3

  • Display pylint message ids
  • Fix debug mode #9
  • Use project directory as cwd (works better with Atom projects)

0.1.2

  • fix 'has no method getCmd' bug #4

0.1.0

  • Implemented first version of 'linter-pylint'
  • Added support for Errors and Warnings, "Refactor", "Convention and "Fatal"-messages are ignored due to missing display-capabilities.

Donation

Share the love!

About

Atom linter plugin for Python, using pylint.


Languages

Language:CoffeeScript 100.0%