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:
Sam Clegg
2019-04-29 15:39:20 -07:00
committed by GitHub
parent 9538381d56
commit fa6dc7bad8
3 changed files with 228 additions and 74 deletions

3
.flake8 Normal file
View File

@@ -0,0 +1,3 @@
[flake8]
ignore = E111,E114,E501,E261,E266,E121,E402,E241,E701
filename = emsdk

View File

@@ -6,7 +6,11 @@ services:
before_install:
- docker pull ubuntu:16.04
install:
- pip install flake8==3.4.1
script:
- flake8
- set -o errexit
- echo "running..."
- docker build .

295
emsdk

File diff suppressed because it is too large Load Diff