summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDennis Hoppe <github@debian-solutions.de>2016-10-05 10:37:15 +0200
committerGitHub <noreply@github.com>2016-10-05 10:37:15 +0200
commit0ccadeaff30271c9adcb2c2f0ddc4ec2124bd7a0 (patch)
treefb1e7cc2ba424952469863d2b3660b57094d3c9e /.rubocop.yml
parentf02afe282e5ec3612a666d21911368b3edd7dad1 (diff)
parentb294082b63a5f19fda1cb10300b446eaffe9b9e6 (diff)
Merge pull request #69 from voxpupuli/modulesync
Modulesync 0.12.8 & Release 2.1.0
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