mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add .rubocop.yml
This commit is contained in:
@@ -20,6 +20,7 @@ SYMLINKS=( \
|
||||
irbrc \
|
||||
powconfig \
|
||||
rspec \
|
||||
rubocop.yml \
|
||||
tmux \
|
||||
tmux.conf \
|
||||
)
|
||||
|
||||
12
rubocop.yml
Normal file
12
rubocop.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
Style/AlignParameters:
|
||||
EnforcedStyle: with_fixed_indentation
|
||||
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: hash_rockets
|
||||
|
||||
Style/IndentHash:
|
||||
EnforcedStyle: consistent
|
||||
|
||||
Style/LineLength:
|
||||
Max: 78
|
||||
AllowURI: true
|
||||
Reference in New Issue
Block a user