.rubocop.yml in lex-influxdb-0.1.1 vs .rubocop.yml in lex-influxdb-0.1.2

- old
+ new

@@ -4,10 +4,12 @@ Max: 30 Metrics/ClassLength: Max: 1500 Metrics/BlockLength: Max: 50 +Metrics/ParameterLists: + Max: 10 Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: space Style/SymbolArray: Enabled: true Layout/HashAlignment: @@ -15,9 +17,10 @@ EnforcedColonStyle: table Style/Documentation: Enabled: false AllCops: TargetRubyVersion: 2.5 + NewCops: enable Style/FrozenStringLiteralComment: Enabled: false Naming/FileName: Enabled: false Style/ClassAndModuleChildren: \ No newline at end of file