Re-enable some Cops from the latest RuboCop
Re-enables the following Cops from the latest RuboCop:
- Cop/LineBreakAroundConditionalBlock
Layout/HashAlignment- Lint/RedundantCopDisableDirective
- RSpec/BeEql
- RSpec/EmptyLineAfterLetBlock
- Style/CommandLiteral
- Style/IfUnlessModifier
- Style/RedundantAssignment
- Style/RescueStandardError
- Style/WordArray
These are TODOs newly added in !64 (merged).
Signed-off-by: Takuya Noguchi takninnovationresearch@gmail.com
Edited by Takuya Noguchi