Skip to content

Commit

Permalink
Merge pull request #9725 from hennevogel/style/bundler
Browse files Browse the repository at this point in the history
Disable Bundler/OrderedGems cop
  • Loading branch information
dmarcoux committed Jun 10, 2020
2 parents b889d0b + 202fb17 commit 2d6cf06
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 2d6cf06

Please sign in to comment.