mirror of
https://github.com/gramps-project/gramps
synced 2025-10-05 23:52:46 +02:00
Disable pylintrc no-else-return check
This commit is contained in:
committed by
Nick Hall
parent
26d1f85f3d
commit
8dd468cfa3
@@ -50,7 +50,7 @@ confidence=
|
||||
# --enable=similarities". If you want to run only the classes checker, but have
|
||||
# no Warning level messages displayed, use"--disable=all --enable=classes
|
||||
# --disable=W"
|
||||
disable=suppressed-message,useless-suppression
|
||||
disable=suppressed-message,useless-suppression,no-else-return
|
||||
|
||||
|
||||
[REPORTS]
|
||||
|
Reference in New Issue
Block a user