core.yml in ws-style-6.6.3 vs core.yml in ws-style-6.7.0

- old
+ new

@@ -345,5 +345,121 @@ Enabled: True # rubocop-performance 1.7 Performance/Sum: Enabled: True + +# rubocop 1.1 +Lint/DuplicateRegexpCharacterClassElement: + Enabled: True + +Lint/EmptyBlock: + Enabled: True + +Lint/ToEnumArguments: + Enabled: True + +Lint/UnmodifiedReduceAccumulator: + Enabled: True + +Style/ArgumentsForwarding: + Enabled: True + +Style/DocumentDynamicEvalDefinition: + Enabled: True + +Style/SwapValues: + Enabled: True + +# rubocop 1.2 +Lint/NoReturnInBeginEndBlocks: + Enabled: True + +Style/CollectionCompact: + Enabled: True + +Style/NegatedIfElseCondition: + Enabled: True + +# rubocop 1.3 +Lint/DuplicateBranch: + Enabled: True + +Lint/EmptyClass: + Enabled: False + +Style/NilLambda: + Enabled: False + +# rubocop 1.4 +Style/RedundantArgument: + Enabled: True + +# rubocop 1.5 +Lint/UnexpectedBlockArity: + Enabled: True + +# rubocop 1.7 +Layout/SpaceBeforeBrackets: + Enabled: True + +Lint/AmbiguousAssignment: + Enabled: True + +Style/HashExcept: + Enabled: True + +# rubocop 1.8 +Lint/DeprecatedConstants: + Enabled: True + +Lint/LambdaWithoutLiteralBlock: + Enabled: True + +Lint/RedundantDirGlobSort: + Enabled: True + +Style/EndlessMethod: + Enabled: True + +Performance/CollectionLiteralInLoop: + Enabled: True + +# rubocop 1.9 +Lint/NumberedParameterAssignment: + Enabled: False + +Lint/OrAssignmentToConstant: + Enabled: True + +Lint/SymbolConversion: + Enabled: True + +Lint/TripleQuotes: + Enabled: True + +Style/IfWithBooleanLiteralBranches: + Enabled: False + +# rubocop 1.10 +Gemspec/DateAssignment: + Enabled: True + +Style/HashConversion: + Enabled: True + +# rubocop-performance 1.9 +Performance/BlockGivenWithExplicitBlock: + Enabled: True + +Performance/ConstantRegexp: + Enabled: True + +Performance/MethodObjectAsBlock: + Enabled: True + +# rubocop-performance 1.10 +Performance/RedundantEqualityComparisonBlock: + Enabled: False + +Performance/RedundantSplitRegexpArgument: + Enabled: True