Removed sensitive data from logging; 1 more test
This commit is contained in:
parent
9ea8795bdb
commit
6b6e944d55
3 changed files with 36 additions and 9 deletions
3
pylintrc
3
pylintrc
|
@ -42,7 +42,8 @@ disable=raw-checker-failed,
|
|||
no-member,
|
||||
too-many-arguments,
|
||||
too-many-public-methods,
|
||||
too-many-instance-attributes
|
||||
too-many-instance-attributes,
|
||||
too-many-locals
|
||||
enable=c-extension-no-member
|
||||
|
||||
|
||||
|
|
Reference in a new issue