[WRTjs] Enable WRTjs
[platform/framework/web/chromium-efl.git] / v8 / .flake8
1 [flake8]
2 ignore = E111,E114,E310 # We use 2-space indentation
3 exclude =
4  ./third_party/, # third-party code
5  ./build/, # third-party code
6  ./buildtools/, # third-party code
7  ./test/wasm-js/, # third-party code
8  ./test/wasm-js/data/, # third-party code
9  ./test/test262/data/, # third-party code
10  ./test/test262/harness/, # third-party code