config/rubocop.yml in pulis-0.1.11 vs config/rubocop.yml in pulis-0.1.12

- old
+ new

@@ -52,9 +52,13 @@ Enabled: false Lint/UnderscorePrefixedVariableName: Enabled: false +Lint/AmbiguousBlockAssociation: + Exclude: + - "spec/**/*" + Lint/AssignmentInCondition: Enabled: false Lint/UnusedBlockArgument: Enabled: true