Fix some flake8 warnings in emsdk (#224)
Only some checks are enabled here in order to make this change easier to review and less error prone.
This commit is contained in:
3
.flake8
Normal file
3
.flake8
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[flake8]
|
||||||
|
ignore = E111,E114,E501,E261,E266,E121,E402,E241,E701
|
||||||
|
filename = emsdk
|
||||||
@@ -6,7 +6,11 @@ services:
|
|||||||
before_install:
|
before_install:
|
||||||
- docker pull ubuntu:16.04
|
- docker pull ubuntu:16.04
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install flake8==3.4.1
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- flake8
|
||||||
- set -o errexit
|
- set -o errexit
|
||||||
- echo "running..."
|
- echo "running..."
|
||||||
- docker build .
|
- docker build .
|
||||||
|
|||||||
Reference in New Issue
Block a user