Commit c3e47ee
authored
Add rubocop-performance gem and config to fix deprecation message (#430)
* Add rubocop-performance gem and config to fix deprecation message
* ehhh apparently the order of the gemfile matters?
Gemfile:14:3: C: Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem rubocop-github should appear before rubocop-performance.
gem "rubocop-github"
^^^^^^^^^^^^^^^^^^^^1 parent d6cbf1a commit c3e47ee
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments