Skip to content

Rubocop inline disable comments are flexible

What does this MR do and why?

Rubocop inline disable comments are flexible and can have either a single or double dash.

This makes it less strict and less likely to fail if you only give 1 dash

Also saves a single character in the line length (even though rubocop comment lines are not subject to line length restrictions)

MR acceptance checklist

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

Merge request reports