Adjust rubocop config

This commit is contained in:
Markus Schirp 2013-12-31 13:10:13 +01:00
parent 0f8030f85e
commit 96d2bc491e
2 changed files with 9 additions and 2 deletions

View file

@ -3,10 +3,9 @@
source 'https://rubygems.org'
gem 'unparser', git: 'https://github.com/mbj/unparser'
gem 'mutant', path: '.'
gemspec
gem 'mutant', path: '.'
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
eval_gemfile 'Gemfile.devtools'

View file

@ -104,3 +104,11 @@ ClassLength:
# I align private keywords with class body
IndentationWidth:
Enabled: false
# I like to have an empty line before closing the currently opened body
EmptyLinesAroundBody:
Enabled: false
# I like my style more
AccessModifierIndentation:
Enabled: false