Skip to content

Commit

Permalink
Merge pull request #365 from sul-dlss/woop_woop
Browse files Browse the repository at this point in the history
Rubocop applications
  • Loading branch information
peetucket committed Sep 27, 2018
2 parents e1b7b02 + fe02dc8 commit c72be33
Show file tree
Hide file tree
Showing 27 changed files with 222 additions and 701 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ Style/FrozenStringLiteralComment:

Style/NumericPredicate: # "> 0" is not less readable than ".positive?"
Enabled: false

Style/RegexpLiteral:
Enabled: false

Style/SymbolArray:
MinSize: 4
Loading

0 comments on commit c72be33

Please sign in to comment.