mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
general: Add pylintrc.
This commit is contained in:
parent
c46c208561
commit
f5fd77b8d0
@ -2,4 +2,9 @@
|
||||
good-names=i,j,k,n,x,y,fg,bg,r,g,b
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=inconsistent-return-statements
|
||||
# inconsistent-return-statements:
|
||||
# Disabled as it's a false-positive and a bug in pylint.
|
||||
# too-many-branches:
|
||||
# Disabled as it's a non-issue and only occurs in the
|
||||
# process_args() function.
|
||||
disable=inconsistent-return-statements,too-many-branches
|
||||
|
Loading…
x
Reference in New Issue
Block a user