Skip to content

Commit

Permalink
Add a basic rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze authored and mkristian committed Oct 24, 2017
1 parent a7f2e1e commit 82f37de
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
AllCops:
TargetRubyVersion: 2.4
Exclude:
- '*.gemspec'
- 'Gemfile'
- 'Gemfile.lock'

Style/Copyright:
Enabled: false

Style/Documentation:
Enabled: false

Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented

Style/FrozenStringLiteralComment:
Enabled: false

0 comments on commit 82f37de

Please sign in to comment.