Skip to content

Commit

Permalink
Disable Bundler/OrderedGems cop
Browse files Browse the repository at this point in the history
Ordering the gems alphabetically is of no use...
  • Loading branch information
hennevogel committed Jun 10, 2020
1 parent ea87139 commit 202fb17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,9 @@ Style/MethodCallWithArgsParentheses:
- write
- yield
- ymp

##################### Bundler ##################################

Bundler/OrderedGems:
Enabled: false

0 comments on commit 202fb17

Please sign in to comment.