Skip to content

Commit

Permalink
Merge pull request #542 from CloCkWeRX/rubocop_fixes
Browse files Browse the repository at this point in the history
Rubocop fixes
  • Loading branch information
CloCkWeRX committed Jan 11, 2017
2 parents b1f8d7c + 7afa908 commit f3fc81a
Show file tree
Hide file tree
Showing 65 changed files with 177 additions and 501 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
@@ -1,6 +1,12 @@
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.3

StringLiterals:
Enabled: false

Metrics/LineLength:
Enabled: false

Style/MutableConstant:
Enabled: false

0 comments on commit f3fc81a

Please sign in to comment.