Skip to content

Commit

Permalink
Merge fd4279a into a3f1deb
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sidorenko committed Mar 11, 2019
2 parents a3f1deb + fd4279a commit 4842f4c
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 4842f4c

Please sign in to comment.