mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
pylint_all: Enable pylint's built-in colors and disable score summary
This commit is contained in:
parent
5da52048ac
commit
fa2b9dd1e1
@ -23,6 +23,8 @@ def pylint_all_filenames(dev_mode, rootdirs):
|
||||
BARE_COMMAND = [
|
||||
"pylint",
|
||||
f"--rcfile={PYLINT_RCFILE}",
|
||||
"--output-format=colorized",
|
||||
"--score=n"
|
||||
]
|
||||
|
||||
filenames = []
|
||||
|
Loading…
Reference in New Issue
Block a user