.rubocop.yml in moleculer-0.1.1 vs .rubocop.yml in moleculer-0.2.0

- old
+ new

@@ -5,11 +5,11 @@ EnforcedStyle: consistent Layout/IndentationWidth: IgnoredPatterns: [] -Style/AlignHash: +Layout/AlignHash: EnforcedColonStyle: table EnforcedHashRocketStyle: table Style/ModuleFunction: Enabled: false @@ -20,9 +20,12 @@ Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma + +Style/FrozenStringLiteralComment: + Enabled: true Style/StringLiterals: EnforcedStyle: "double_quotes" Metrics/LineLength: