superlint/.automation/test/python_flake8/reports/expected-PYTHON_FLAKE8.tap

8 lines
1.8 KiB
Text
Raw Normal View History

2020-11-20 10:12:31 -05:00
TAP version 13
1..2
not ok 1 - python_bad_1.py
---
message: /tmp/lint/.automation/test/python_flake8/python_bad_1.py 6 13 E261 at least two spaces before inline comment\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 7 31 E261 at least two spaces before inline comment\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 8 16 E261 at least two spaces before inline comment\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 11 67 E202 whitespace before ')'\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 13 1 E128 continuation line under-indented for visual indent\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 15 23 E999 SyntaxError invalid syntax\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 16 5 E113 unexpected indentation\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 17 9 E128 continuation line under-indented for visual indent\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 18 9 E128 continuation line under-indented for visual indent\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 27 1 E302 expected 2 blank lines, found 1\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 56 1 E302 expected 2 blank lines, found 1\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 66 24 E201 whitespace after '{'\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 87 1 E302 expected 2 blank lines, found 1\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 110 1 E302 expected 2 blank lines, found 1\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 153 1 E305 expected 2 blank lines after class or function definition, found 1\n/tmp/lint/.automation/test/python_flake8/python_bad_1.py 156 18 E261 at least two spaces before inline comment\n
2020-11-20 10:12:31 -05:00
...
ok 2 - python_good_1.py