Ran
|
Jobs
1
|
Files
440
|
Run time
25s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci-com
Stream output of `lint`, rather than dumping at the end (#10538) Before: ``` ▶ ./pants lint src/python/pants/util/strutil.py 09:21:31.63 [INFO] Completed: Run Docformatter on 1 target: src/python/pants/util/strutil.py. 09:21:31.63 [INFO] Completed: Run isort on 1 target: src/python/pants/util/strutil.py. 09:21:31.76 [INFO] Completed: Run Flake8 on 1 target: src/python/pants/util/strutil.py 09:21:34.59 [INFO] Completed: Run Black on 1 target: src/python/pants/util/strutil.py. 𐄂 Black failed. would reformat src/python/pants/util/strutil.py Oh no! 💥 💔 💥 1 file would be reformatted. ✓ Docformatter succeeded. ✓ Flake8 succeeded. ✓ isort succeeded. /Users/eric/.pex/installed_wheels/<a class=hub.com/pantsbuild/pants/commit/fe0462426518d1eb662d92fd867eac898630585e">fe0462426/setuptools-49.2.0-py3-none-any.whl/setuptools/distutils_patch.py:26: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first. "Distutils was imported before Setuptools. This usage is discouraged " ``` After: ``` ▶ ./pants lint src/python/pants/util/strutil.py 09:10:02.67 [INFO] Completed: Lint with docformatter - succeeded. 09:10:02.79 [INFO] Completed: Lint with isort - succeeded. /Users/eric/.pex/installed_wheels/fe0462426518d1eb662d92fd867eac898630585e/setuptools-49.2.0-py3-none-any.whl/setuptools/distutils_patch.py:26: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first. "Distutils was imported before Setuptools. This usage is discouraged " 09:10:02.92 [WARN] Completed: Lint with Flake8 - failed. src/python/pants/util/strutil.py:28:5: E125 continuation line with same indent as next logical line 09:10:05.67 [WARN] Completed: Lint with Black - failed. would reformat src/python/pants/uti... (continued)
0 of 29111 relevant lines covered (0.0%)
0.0 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|