Skip to content

Commit

Permalink
add more cops
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <[email protected]>
  • Loading branch information
lamont-granquist committed Jul 5, 2019
1 parent 57f39bb commit bd4eeab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/chefstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ Style/BeginBlock:
Enabled: true
Style/BlockDelimiters:
Enabled: true
Layout/BlockEndNewline:
Enabled: true
Style/CharacterLiteral:
Enabled: true
Style/ClassCheck:
Expand All @@ -208,6 +210,8 @@ Style/ClassMethods:
Enabled: true
Layout/ClosingHeredocIndentation:
Enabled: true
Layout/ClosingParenthesisIndentation:
Enabled: true
Style/ColonMethodCall:
Enabled: true
Style/CommandLiteral:
Expand Down Expand Up @@ -261,6 +265,9 @@ Style/IfWithSemicolon:
Enabled: true
Layout/IndentAssignment:
Enabled: true
Layout/IndentFirstArgument:
EnforcedStyle: consistent
Enabled: true
Layout/IndentHeredoc:
Enabled: true
Layout/IndentationConsistency:
Expand All @@ -287,6 +294,8 @@ Style/MultilineIfThen:
Enabled: true
Style/MultilineMemoization:
Enabled: true
Layout/MultilineMethodCallBraceLayout:
Enabled: true
Layout/MultilineMethodCallIndentation:
Enabled: true
EnforcedStyle: indented
Expand Down Expand Up @@ -422,6 +431,8 @@ Style/StringMethods:
Enabled: true
Style/SymbolArray:
Enabled: true
Style/SymbolProc:
Enabled: true
Layout/Tab:
Enabled: true
Layout/TrailingBlankLines:
Expand Down Expand Up @@ -606,4 +617,3 @@ Style/Alias:
# anyone else's time either.
Style/CommentedKeyword:
Enabled: false

0 comments on commit bd4eeab

Please sign in to comment.