pylint: Disable too-many-lines.
This commit is contained in:
parent
263ee37685
commit
3c5c0fcabe
@ -22,7 +22,8 @@ disable=no-self-use,
|
|||||||
bad-continuation,
|
bad-continuation,
|
||||||
too-many-instance-attributes,
|
too-many-instance-attributes,
|
||||||
unnecessary-lambda,
|
unnecessary-lambda,
|
||||||
blacklisted-name
|
blacklisted-name,
|
||||||
|
too-many-lines
|
||||||
|
|
||||||
[BASIC]
|
[BASIC]
|
||||||
module-rgx=(__)?[a-z][a-z0-9_]*(__)?$
|
module-rgx=(__)?[a-z][a-z0-9_]*(__)?$
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
# pylint: disable=too-many-lines
|
|
||||||
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
# Note the "disable=too-many-lines" needs to be in the first line to work.
|
|
||||||
|
|
||||||
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
|
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user