Commit 5c0ff41
committed
Switch rubocop task to execute after the tests
When you're developing, you're testing and haven't yet settled on the
final state of the code so rubocop telling you you have some extra
spaces somewhere when you're trying to run the test suite is not very
useful.
Instead, let's run the specs first and rubocop afterwards.1 parent e2da5c2 commit 5c0ff41
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
0 commit comments