.rubocop.yml in truemail-rspec-0.2.1 vs .rubocop.yml in truemail-rspec-0.3.0

- old
+ new

@@ -101,10 +101,31 @@ Enabled: true Style/StringConcatenation: Enabled: true +Style/ArgumentsForwarding: + Enabled: true + +Style/CollectionCompact: + Enabled: true + +Style/DocumentDynamicEvalDefinition: + Enabled: true + +Style/NegatedIfElseCondition: + Enabled: true + +Style/NilLambda: + Enabled: true + +Style/RedundantArgument: + Enabled: true + +Style/SwapValues: + Enabled: true + Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true @@ -174,10 +195,34 @@ Enabled: true Lint/UnreachableLoop: Enabled: true +Lint/DuplicateBranch: + Enabled: true + +Lint/DuplicateRegexpCharacterClassElement: + Enabled: true + +Lint/EmptyBlock: + Enabled: true + +Lint/EmptyClass: + Enabled: true + +Lint/NoReturnInBeginEndBlocks: + Enabled: true + +Lint/ToEnumArguments: + Enabled: true + +Lint/UnexpectedBlockArity: + Enabled: true + +Lint/UnmodifiedReduceAccumulator: + Enabled: true + Performance/AncestorsInclude: Enabled: true Performance/BigDecimalWithNumericArgument: Enabled: true @@ -196,9 +241,24 @@ Performance/Squeeze: Enabled: true Performance/StringInclude: + Enabled: true + +Performance/BlockGivenWithExplicitBlock: + Enabled: true + +Performance/CollectionLiteralInLoop: + Enabled: true + +Performance/ConstantRegexp: + Enabled: true + +Performance/MethodObjectAsBlock: + Enabled: true + +Performance/Sum: Enabled: true RSpec/ExampleLength: Enabled: false