Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #56 from SpainTrain/update-readme-with-config-params
Browse files Browse the repository at this point in the history
README: Update with latest config parameters
  • Loading branch information
steelbrain committed Aug 17, 2015
2 parents 9ccad0e + e56c010 commit 9aaad49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This package will lint your opened Python-files in Atom, using [pylint](http://w

## 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
* **Message Format** The format of the linter messages. It may include `%s`
and `%i` for the Pylint human-readable and numeric message IDs.
* **Message Format** Format for Pylint messages where %m is the message, %i is the numeric mesasge ID (e.g. W0613) and %s is the human-readable message ID (e.g. unused-argument).
* **Python Path** Paths to be added to the `PYTHONPATH` environment variable. Use `%p` for the current project directory (no trailing /). E.g., `%p/vendor`
* **Rc File** Path to a custom pylintrc

## Other available linters
There are other linters available - take a look at the linters [mainpage](https://github.com/AtomLinter/Linter).
Expand Down

0 comments on commit 9aaad49

Please sign in to comment.