mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +00:00
Add .rubocop.yml
This commit is contained in:
@@ -20,6 +20,7 @@ SYMLINKS=( \
|
|||||||
irbrc \
|
irbrc \
|
||||||
powconfig \
|
powconfig \
|
||||||
rspec \
|
rspec \
|
||||||
|
rubocop.yml \
|
||||||
tmux \
|
tmux \
|
||||||
tmux.conf \
|
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