diff options
author | Sam Clegg <sbc@chromium.org> | 2018-06-19 17:55:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 17:55:37 -0300 |
commit | 4730172cd9114d03c448e9420628764fc2e72723 (patch) | |
tree | 915d904f99a5001f05cb84c16e3af95a39e3496a /.flake8 | |
parent | e43526589eb88c708fa381ad7eed40d173c9992f (diff) | |
download | binaryen-4730172cd9114d03c448e9420628764fc2e72723.tar.gz binaryen-4730172cd9114d03c448e9420628764fc2e72723.tar.bz2 binaryen-4730172cd9114d03c448e9420628764fc2e72723.zip |
Remove testing of s2wasm via the wasm waterfall scripts (#1604)
The wasm waterfall is moving away from testing with s2wasm
and s2wasm hopefully going to be removed soon.
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [flake8] ignore = E111,E114,E501,E121 -exclude = ./test/emscripten,./test/waterfall,./test/spec,./test/wasm-install +exclude = ./test/emscripten,./test/spec,./test/wasm-install |