mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
pylintrc: Remove bad-whitespace form the list of disabled warnings
- pylint complains that it's not a valid value and removing it does not make any new warnings appear
This commit is contained in:
parent
6605dd084a
commit
f5e421ff91
@ -17,7 +17,6 @@
|
||||
# TODO: What could be eliminated in future PRs: invalid-name, pointless-string-statement, redefined-outer-name.
|
||||
disable=
|
||||
bad-indentation,
|
||||
bad-whitespace,
|
||||
duplicate-code,
|
||||
invalid-name,
|
||||
missing-docstring,
|
||||
|
Loading…
Reference in New Issue
Block a user