You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ This package will lint your opened Python-files in Atom, using [pylint](http://w
8
8
*`$ apm install linter` (if you don't have [AtomLinter/Linter](https://github.com/AtomLinter/Linter) installed).
9
9
*`$ apm install linter-pylint`
10
10
11
-
## Settings
12
-
Linter-pylint offers currently no settings.
11
+
## Configuration
12
+
***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
13
+
***RC File** Path to a custom pylintrc
13
14
14
15
## Other available linters
15
16
There are other linters available - take a look at the linters [mainpage](https://github.com/AtomLinter/Linter).
0 commit comments