.rubocop.yml in lex-transformer-0.1.3 vs .rubocop.yml in lex-transformer-0.1.4

- old
+ new

@@ -7,13 +7,13 @@ Metrics/BlockLength: Max: 50 Metrics/PerceivedComplexity: Max: 20 Metrics/CyclomaticComplexity: - Max: 15 + Max: 117 Metrics/AbcSize: - Max: 50 + Max: 52 Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: space Style/SymbolArray: Enabled: true Layout/HashAlignment: @@ -22,9 +22,10 @@ Style/Documentation: Enabled: false AllCops: TargetRubyVersion: 2.5 NewCops: enable + SuggestExtensions: false Style/FrozenStringLiteralComment: Enabled: false Naming/FileName: Enabled: false Style/ClassAndModuleChildren: \ No newline at end of file