issues
search
snap-cloud
/
snapcon
An event management tool tailored to Snap!Con. Forked from OSEM
https://snapcon.org
MIT License
9
stars
9
forks
source link
Rubocop Fixes
#305
Open
cycomachead
opened
1 year ago
cycomachead
commented
1 year ago
Sigh, rubocop is weird with the v7 updates...
should require, not skip hash names (e.g.
url: url
, not just
url:
)
should allow symbol arrays, and maybe undo some of the existing stuff.
should enable the time rails ones but not change current code.
should probably drop the hash alignment one
Sigh, rubocop is weird with the v7 updates...
url: url
, not justurl:
)