christophebedard / dco-check

Simple DCO check script to be used in any CI
Apache License 2.0
12 stars 6 forks source link

Fix new flake8 errors #109

Closed christophebedard closed 3 years ago

christophebedard commented 3 years ago

Seems like the noqa thing now needs to be on the first line of the function definition and not the last line.

Signed-off-by: Christophe Bedard bedard.christophe@gmail.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #109 (db5fa16) into master (52a3aef) will decrease coverage by 2.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   71.80%   69.80%   -2.00%     
==========================================
  Files           2        2              
  Lines         500      500              
  Branches       85       85              
==========================================
- Hits          359      349      -10     
- Misses        106      112       +6     
- Partials       35       39       +4     
Impacted Files Coverage Δ
dco_check/dco_check.py 69.67% <100.00%> (-2.01%) :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 52a3aef...db5fa16. Read the comment docs.