Skip to content

Fix Layout/FirstArgumentIndentation offenses

  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

Removes files from the layout/first_argument_indentation.yml rubocop exclusion file and runs rubocop to fix the offenses. Also fixes some parenthesis offenses that rubocop rejected when attempting to commit.

Fix Layout/FirstArgumentIndentation offenses

Changelog: other

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Run the command bundle exec rubocop --auto-correct --only Style/KeywordParametersOrder and verify no changes need to be made
Edited by 🤖 GitLab Bot 🤖

Merge request reports