chore(pylint): Reenable too-many-lines check (#16287)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-09-13 13:22:19 -07:00
committed by GitHub
parent c6ac10716a
commit 1669947bcd
13 changed files with 12 additions and 5 deletions

View File

@@ -84,7 +84,6 @@ enable=
# --disable=W"
disable=
missing-docstring,
too-many-lines,
duplicate-code,
unspecified-encoding,
# re-enable once this no longer raises false positives