.rubocop.yml in vagrant-winrm-s-0.0.1 vs .rubocop.yml in vagrant-winrm-s-0.0.2

- old
+ new

@@ -14,5 +14,40 @@ StringLiterals: EnforcedStyle: double_quotes Style/FileName: Enabled: false + +Metrics/AbcSize: + Max: 22 + +# Offense count: 2 +Metrics/CyclomaticComplexity: + Max: 9 + +# Offense count: 2 +Metrics/PerceivedComplexity: + Max: 9 + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles. +Style/AlignParameters: + Enabled: false + +# Offense count: 2 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles. +Style/EmptyLinesAroundClassBody: + Enabled: false + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles. +Style/HashSyntax: + Enabled: false + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles. +Style/StringLiterals: + Enabled: false