mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CircleCI: Adds pylint test for all python files in test/ directory.
This commit is contained in:
parent
8a7e1d651a
commit
6ab385d34a
@ -267,8 +267,8 @@ jobs:
|
|||||||
command: apt -q update && apt install -y python3-pip
|
command: apt -q update && apt install -y python3-pip
|
||||||
- run:
|
- run:
|
||||||
name: Install pylint
|
name: Install pylint
|
||||||
command: python3 -m pip install pylint z3-solver
|
command: python3 -m pip install pylint z3-solver pygments-lexer-solidity
|
||||||
# also z3-solver to make sure pylint knows about this module
|
# also z3-solver to make sure pylint knows about this module, pygments-lexer-solidity for docs
|
||||||
- run:
|
- run:
|
||||||
name: Linting Python Scripts
|
name: Linting Python Scripts
|
||||||
command: ./scripts/pylint_all.py
|
command: ./scripts/pylint_all.py
|
||||||
|
@ -71,4 +71,4 @@ good-names=
|
|||||||
expected-line-ending-format=LF
|
expected-line-ending-format=LF
|
||||||
|
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length=110
|
max-line-length=130
|
||||||
|
Loading…
Reference in New Issue
Block a user