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

Robpol86 / flake8-pep257
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: wip_fix
DEFAULT BRANCH: master
Repo Added 14 Nov 2015 07:14PM UTC
Files 1
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

LAST BUILD ON BRANCH v1.0.4
branch: v1.0.4
CHANGE BRANCH
x
Reset
  • v1.0.4
  • cleaned_up_tests
  • fix070
  • master
  • update_misc
  • v1.0.5
  • wip_better_tests
  • wip_fix
  • wip_fixing_stdin
  • wip_helpers
  • wip_tox_ini
  • wip_usefixture

pending completion
44

push

travis-ci

Robpol86
Fixed compatibility with latest pep257.

pep257 significantly changed configuration handling from 0.6.0 to 0.7.0.
Looks like they support multiple config files that apply only to that
directory and its subdirectories. But the change impacting flake8-pep257
was that pep257 no longer exposes 'ignore' config settings.

Instead it reads the 'ignore' value in a private method and then
subtracts it from all valid error codes and exposes that. Flake8 doesn't
behave this way.

This fix implements my own config file reader using a couple of public
APIs, reading only the top-most (current working directory) config file
(same behavior as pep257 0.6.0).

Fixes https://github.com/Robpol86/flake8-pep257/issues/4

56 of 56 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
56 RELEVANT LINES 56 COVERED LINES
1.0 HITS PER LINE
Source Files on v1.0.4
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
44 v1.0.4 Fixed compatibility with latest pep257. pep257 significantly changed configuration handling from 0.6.0 to 0.7.0. Looks like they support multiple config files that apply only to that directory and its subdirectories. But the change impacting flak... push 15 Nov 2015 01:39AM UTC Robpol86 travis-ci pending completion  
See All Builds (43)
  • Repo on GitHub
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

© 2025 Coveralls, Inc