Skip to content

Fix Style/RedundantParentheses offenses in HAML files

Peter Leitzen requested to merge pl-rubocop-haml-fix into master

What does this MR do and why?

This MR fixes all HAML lint TODOs by fixing related RuboCop offenses. .haml-lint_todo.yml is regenerated.

Follow-up of !96880 (merged).

How to set up and validate locally

REVEAL_RUBOCOP_TODO=0 bundle exec haml-lint --parallel {,ee/}app/views

1991 files inspected, 0 lints detected

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports