1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00
varvet--pundit/lib/generators
Duncan Stuart 386cae5f07 Make generators comply with Rubocop
There doesn't seem to be any particular reason to exclude these. It's at
least nice to have consistent use of quotes within the same file.

This does run the risk of imposing our specific rubocop rules on other
people's code (double vs single quotes is the cause of holy wars), but
if anything obviously awful comes up, we can exclude generators from
that specific rule.

We do however need to exclude the templates, since these have a .rb
extension despite containing erb tags.
2019-08-21 17:23:00 +02:00
..
pundit Make generators comply with Rubocop 2019-08-21 17:23:00 +02:00
rspec Make generators comply with Rubocop 2019-08-21 17:23:00 +02:00
test_unit Make generators comply with Rubocop 2019-08-21 17:23:00 +02:00