projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb06419
)
Update pylintrc
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 1 Jul 2022 10:17:08 +0000
(12:17 +0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 1 Jul 2022 10:17:08 +0000
(12:17 +0200)
pylintrc
patch
|
blob
|
history
diff --git
a/pylintrc
b/pylintrc
index 132149f70657f7cdcda3429c6053a6daf48a6b17..ed8f3ae954c442a709316e214a1ad36778aba2b6 100644
(file)
--- a/
pylintrc
+++ b/
pylintrc
@@
-18,7
+18,6
@@
good-names=id,i,j,k,ex,Run,_,fp,T,ev,db,d
# locally-disabled - it spams too much
# duplicate-code - unavoidable
# cyclic-import - doesn't test if both import on load
-# abstract-class-little-used - prevents from setting right foundation
# unused-argument - generic callbacks and setup methods create a lot of warnings
# too-many-* - are not enforced for the sake of readability
# too-few-* - same as too-many-*