twisted / twistedchecker

twistedchecker is a tool to automatically verify code against the Twisted coding standard.
MIT License
9 stars 13 forks source link

Fix #941, pylint's whitespace messages don't get their before|after string #129

Closed dansut closed 4 years ago

dansut commented 7 years ago

Fix for #941

codecov[bot] commented 7 years ago

Codecov Report

Merging #129 into master will decrease coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #129     +/-   ##
=========================================
- Coverage    92.8%   92.71%   -0.1%     
=========================================
  Files          26       26             
  Lines        1098     1098             
  Branches      187      187             
=========================================
- Hits         1019     1018      -1     
  Misses         48       48             
- Partials       31       32      +1
Impacted Files Coverage Δ
twistedchecker/checkers/pycodestyleformat.py 95.23% <ø> (-1.2%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9d343a5...2eaa692. Read the comment docs.

rodrigc commented 4 years ago

pycodestyle checker has moved into the twisted source tree here: https://github.com/twisted/twisted/pull/969

The pycodestyle checker in twistedchecker is going away