mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
pylint: Use multiple processes when possible
This commit is contained in:
parent
0769e4df5d
commit
fb44caef31
@ -1,4 +1,10 @@
|
|||||||
# vim:et:ts=4
|
# vim:et:ts=4
|
||||||
|
[MASTER]
|
||||||
|
|
||||||
|
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
|
||||||
|
# number of processors available to use.
|
||||||
|
jobs=0
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
|
|
||||||
# Disable the message, report, category or checker with the given id(s). You
|
# Disable the message, report, category or checker with the given id(s). You
|
||||||
|
Loading…
Reference in New Issue
Block a user