summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2016-10-05 10:04:07 +0200
committerTim Meusel <tim@bastelfreak.de>2016-10-05 10:04:07 +0200
commitf2bd1ab9f11d774c645453c9d3fb7e237bc2fc1f (patch)
tree09e459e0da773a4f48fd4ff2e6c775fab41960c7 /.rubocop.yml
parentf02afe282e5ec3612a666d21911368b3edd7dad1 (diff)
modulesync 0.12.8
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 5aadd1b..d6a3948 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -4,6 +4,7 @@ AllCops:
Include:
- ./**/*.rb
Exclude:
+ - files/**/*
- vendor/**/*
- .vendor/**/*
- pkg/**/*
@@ -492,7 +493,7 @@ Lint/UselessAssignment:
Enabled: True
Style/ClosingParenthesisIndentation:
- Enabled: False
+ Enabled: True
# RSpec