Skip to content

Commit

Permalink
chefstyle on chefstyle plus fixing dups
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont-granquist committed Jul 5, 2019
1 parent bd4eeab commit fd08986
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ task :console do
ARGV.clear
IRB.start
end
task default: [:build, :install]
task default: %i{build install}
4 changes: 0 additions & 4 deletions config/chefstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ Lint/FlipFlop:
Enabled: true
Style/For:
Enabled: true
Style/FormatStringToken:
Enabled: true
Style/HashSyntax:
Enabled: true
Naming/HeredocDelimiterCase:
Expand Down Expand Up @@ -497,8 +495,6 @@ Layout/SpaceInsideParens:
Enabled: false
Layout/SpaceInsidePercentLiteralDelimiters:
Enabled: false
Layout/SpaceInsideArrayLiteralBrackets:
Enabled: false

# more whitespace cops that we allow since they can enhance readability
Layout/EmptyLinesAroundBlockBody:
Expand Down

0 comments on commit fd08986

Please sign in to comment.