8000 Disable pylint's 'too-many-lines' error for test/demo code. · googleapis/google-cloud-python@4976986 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4976986

Browse files
committed
Disable pylint's 'too-many-lines' error for test/demo code.
1 parent 8f46b16 commit 4976986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_pylint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'too-few-public-methods',
2929
'attribute-defined-outside-init',
3030
'unbalanced-tuple-unpacking',
31+
'too-many-lines',
3132
'too-many-locals',
3233
'exec-used',
3334
'no-init',

0 commit comments

Comments
 (0)
0