walle / lll

Line length linter
MIT License
65 stars 9 forks source link

Respect ignoring of generated files #4

Closed nickhudkins closed 5 years ago

nickhudkins commented 7 years ago

Related issue can be found here: https://github.com/alecthomas/gometalinter/issues/270

codecov-io commented 7 years ago

Codecov Report

Merging #4 into master will increase coverage by 1.51%. The diff coverage is 69.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   72.72%   74.24%   +1.51%     
==========================================
  Files           1        1              
  Lines          55       66      +11     
==========================================
+ Hits           40       49       +9     
- Misses         10       13       +3     
+ Partials        5        4       -1
Impacted Files Coverage Δ
lll.go 74.24% <69.56%> (+1.51%) :arrow_up:

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 8b13b3f...1377662. Read the comment docs.

walle commented 5 years ago

I'm sorry for taking this long to get to the PR, but it is finally in the project as part of the v1.0.0 release.

Thank you for you contribution!