lkdjiin / coco

Code coverage for ruby 2.x
http://lkdjiin.github.com/coco/
MIT License
70 stars 10 forks source link

warning: mismatched indentations at 'end' with 'class' warnings due to use of tabs #45

Closed grempe closed 8 years ago

grempe commented 8 years ago

If ruby tests are run with verbose or warnings turned on the test run will output the following warnings from coco.

/usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coco-0.13.0/lib/coco/formatter/context.rb:22: warning: mismatched indentations at 'end' with 'class' at 4
/usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coco-0.13.0/lib/coco/formatter/context.rb:53: warning: mismatched indentations at 'end' with 'class' at 25

This is due to the use of tabs instead of spaces (inconsistently) in a couple of files.

lkdjiin commented 8 years ago

Good call! I don't know how this tabs ended up there :no_mouth: