mirror of https://github.com/thesofproject/sof.git
sof_ri_info: pylint: disable=invalid-name, missing-function-docstring
Add: ... to reduce pylint warnings to a usable amount. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
85aa873198
commit
a43cf1aff0
|
@ -12,6 +12,8 @@
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
# pylint: disable=too-many-arguments
|
# pylint: disable=too-many-arguments
|
||||||
# pylint: disable=too-many-instance-attributes
|
# pylint: disable=too-many-instance-attributes
|
||||||
|
# pylint: disable=invalid-name
|
||||||
|
# pylint: disable=missing-function-docstring
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import argparse
|
import argparse
|
||||||
|
|
Loading…
Reference in New Issue