Skip to content

Commit

Permalink
Eliminating spacing for alligment
Browse files Browse the repository at this point in the history
we use 'tap' instead to group the attributes and keep them readable. Problem with spacing is: it's almost impossible to keep it consitant

Signed-off-by: Artem Sidorenko <artem@posteo.de>
  • Loading branch information
artem-sidorenko committed Mar 11, 2019
1 parent a3f1deb commit fd4279a
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 224 deletions.
5 changes: 2 additions & 3 deletions .rubocop.yml
Expand Up @@ -17,9 +17,6 @@ Style/Documentation:
Enabled: false
Layout/DotPosition:
EnforcedStyle: trailing
Layout/ExtraSpacing:
Exclude:
- attributes/default.rb
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
Expand All @@ -28,6 +25,8 @@ Style/NumericLiterals:
Layout/SpaceAroundOperators:
Exclude:
- attributes/default.rb
Layout/ExtraSpacing:
AllowForAlignment: false
Metrics/BlockLength:
Exclude:
- 'spec/**/*'

0 comments on commit fd4279a

Please sign in to comment.