skoji / gepub

a generic EPUB library for Ruby : supports EPUB 3
Other
240 stars 42 forks source link

Replace tab with space #114

Closed lulalala closed 4 years ago

lulalala commented 4 years ago

Many files have a mix of space and tab characters, making it confusing to contribute. I've added a rubocop rule which checks against tab usage.

Also, could rubocop be added to Github Action so it is always checked for each PR? Thanks!