15 Oct, 2015
3 commits
-
Tiny addition to overall consistency
14 Oct, 2015
2 commits
13 Oct, 2015
1 commit
12 Oct, 2015
34 commits
-
Fix some low hanging rubocop issues
-
Notice the return value of a before_action is ignored, so we can safely remove that code.
-
That's what the majority of the codebase is using, so following that
-
Install rubocop - auto-validating syntax checking
-
RSpec: run in random order
-
incompatible ruby version error
-
Fixes: $ rubocop --lint --only AmbiguousOperator
-
Fixes: $ rubocop --lint --only ShadowingOuterLocalVariable
-
Fixes: $ rubocop --lint --only Lint/ParenthesesAsGroupedExpression
-
Now this succeeds: $ bundle exec rubocop --lint --only UselessAssignment
-
Run with "bundle exec rubocop --lint --auto-correct"