Skip to content

Commit

Permalink
Merge pull request #213 from inspec/update-rubocop-deprecated-settings
Browse files Browse the repository at this point in the history
Update rubocop deprecated settings.
  • Loading branch information
russellseymour authored Dec 4, 2019
2 parents e016566 + b23d845 commit 41ad6c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ AllCops:
- 'lib/bundles/inspec-init/templates/**/*'
Documentation:
Enabled: false
AlignParameters:
Enabled: true
Encoding:
Enabled: true
HashSyntax:
Expand Down Expand Up @@ -44,10 +42,12 @@ Style/PercentLiteralDelimiters:
'%w': '{}'
'%W': ()
'%x': ()
Layout/AlignHash:
Layout/HashAlignment:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false
Layout/ParameterAlignment:
Enabled: false
Naming/PredicateName:
Enabled: false
Style/ClassAndModuleChildren:
Expand Down

0 comments on commit 41ad6c1

Please sign in to comment.