Skip to content

Commit

Permalink
Added initial rubocop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 7, 2018
1 parent a8c2831 commit 9262fdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
AllCops:
TargetRubyVersion: 2.5
DisabledByDefault: true
Exclude:
- rdoc.gemspec

Layout/TrailingWhitespace:
Enabled: true

0 comments on commit 9262fdd

Please sign in to comment.