soulcutter / saxerator

A SAX-based XML parser for parsing large files into manageable chunks
MIT License
128 stars 19 forks source link

Rubocop config #36

Closed fanantoxa closed 8 years ago

fanantoxa commented 8 years ago

@soulcutter Do you use Rubocop? Maybe we can create config file and CI integration for that to be on the same code style?

soulcutter commented 8 years ago

I am open to using it, although my preference is for fairly loose rules (not a big fan of the default ones)

fanantoxa commented 8 years ago

@soulcutter Ok. I'll create useful config for rubocop for this and maybe update code to have same style on all files at the weekend.

soulcutter commented 8 years ago

Thanks!

fanantoxa commented 8 years ago

@soulcutter Updated PR: https://github.com/soulcutter/saxerator/pull/40

fanantoxa commented 8 years ago

Already in master