Skip to content

Commit

Permalink
Merge pull request #1254 from jaredmoody/rubocop
Browse files Browse the repository at this point in the history
Rubocop, my old friend
  • Loading branch information
PragTob authored Nov 5, 2016
2 parents 3d8d278 + 50f0221 commit e87714e
Show file tree
Hide file tree
Showing 13 changed files with 781 additions and 183 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ Style/TrivialAccessors:
# We don't care if you use %w or literal string arrays
Style/WordArray:
Enabled: false

# app.rb contains variables triggering a false positive for this cop such as @___app__
# This can be removed when rubocop fixes this bug: https://github.com/bbatsov/rubocop/issues/3699
Style/VariableNumber:
Exclude:
- shoes-core/lib/shoes/app.rb
Loading

0 comments on commit e87714e

Please sign in to comment.