• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PyCQA / pylint / 3650
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 27 Nov 2019 03:06PM UTC
Jobs 5
Files 288
Run time 9min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3650

push

travis-ci

PCManticore
Enhance the protocol checker (#3259)

This commit adds multiple checks for various Python protocols

  E0304 (invalid-bool-returned): __bool__ did not return a bool
  E0305 (invalid-index-returned): __index__ did not return an integer
  E0306 (invalid-repr-returned): __repr__ did not return a string
  E0307 (invalid-str-returned): __str__ did not return a string
  E0308 (invalid-bytes-returned): __bytes__ did not return a string
  E0309 (invalid-hash-returned): __hash__ did not return an integer
  E0310 (invalid-length-hint-returned): __length_hint__ did not return a non-negative integer
  E0311 (invalid-format-returned): __format__ did not return a string
  E0312 (invalid-getnewargs-returned): __getnewargs__ did not return a tuple
  E0313 (invalid-getnewargs-ex-returned): __getnewargs_ex__ did not return a tuple of the form (tuple, dict)

Close #560

44302 of 49314 relevant lines covered (89.84%)

4.43 hits per line

Jobs
ID Job ID Ran Files Coverage
6 3650.6 (TOXENV=py35) 27 Nov 2019 03:07PM UTC 0
89.49
Travis Job 3650.6
7 3650.7 (TOXENV=py36) 27 Nov 2019 03:06PM UTC 0
89.74
Travis Job 3650.7
8 3650.8 (TOXENV=py37) 27 Nov 2019 03:06PM UTC 0
89.8
Travis Job 3650.8
9 3650.9 (TOXENV=py38) 27 Nov 2019 03:06PM UTC 0
90.0
Travis Job 3650.9
10 3650.10 (TOXENV=pypy) 27 Nov 2019 03:14PM UTC 0
88.98
Travis Job 3650.10
Source Files on build 3650
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3650
  • c6322018 on github
  • Prev Build on master (#3646)
  • Next Build on master (#3651)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc