|
Ran
|
Files
55
|
Run time
2s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/PyCQA/pylint/commit/<a class=hub.com/PyCQA/pylint/commit/2698cbe56b44df7974de1c3374db8700296c6fad">2698cbe56<a href="https://github.com/PyCQA/pylint/commit/2698cbe56b44df7974de1c3374db8700296c6fad">">fix compatibility with unreleased changes to stdlib tokenizer https://github.com/python/cpython/commit/</a><a class="double-link" href="https://github.com/PyCQA/pylint/commit/<a class="double-link" href="https://github.com/PyCQA/pylint/commit/c4ef4896eac86a6759901c8546e26de4695a1389">c4ef4896e</a>">c4ef4896e</a><a href="https://github.com/PyCQA/pylint/commit/2698cbe56b44df7974de1c3374db8700296c6fad"> (not yet in any released version, but it's been backported to all versions of Python in git, even 2.7!) changed the behaviour in the stdlib's tokenize module to emit a synthetic NEWLINE token even if the file does not end with a newline. This was causing a spurious "mixed-line-endings" warning to be emitted, but luckily the synthetic token is easy to test for (the token text is "").
10329 of 11541 relevant lines covered (89.5%)
0.89 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|