forked from Rockhopper-Technologies/enlighten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pylintrc
45 lines (37 loc) · 1.1 KB
/
pylintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[REPORTS]
output-format=colorized
[FORMAT]
# Use max line length of 100
max-line-length=100
[BASIC]
# As far as I can tell, PEP-8 (Nov 1, 2013) does not specify
# a specific naming convention for variables and arguments
# prefer mixedcase, starting with a lowercase or underscore
variable-rgx=[a-z_][A-Za-z0-9_]{1,29}[A-Za-z0-9_]$
[MESSAGES CONTROL]
disable=
too-few-public-methods,
useless-object-inheritance
[SIMILARITIES]
# Minimum lines number of a similarity.
min-similarity-lines=8
[SPELLING]
# Spelling dictionary name. Available dictionaries: en_US (myspell).
spelling-dict=en_US
# List of comma separated words that should not be checked.
spelling-ignore-words=
Avram, ansicon, Args, assertRaisesRegexp, assertRegexpMatches, assertNotRegexpMatches, attr,
BaseManager, bool,
desc, downloader,
Enlighten's,
html,
incr,
kwargs,
len, Lubkin,
meth, Mozilla, MPL,
noqa,
pragma, py,
redirector, resize, resizing,
setscroll, sphinxcontrib, ss, stdout, stderr, str, subcounter, subcounters, submodule, sys,
TestCase, tty, TTY, tuple,
unicode, unittest