Skip to content

Fix foodcritic

Matthieu Vachon requested to merge maoueh/cookbook-gitlab:fix-foodcritic into master

This MR fixes all foodcritic issues and removes some unused attributes at the same time. More specifically,

  • support_email - The support email is not used anymore in gitlab.
  • standard_signin_enabled - The sign enabled feature is already covered by the signin_enabled attribute.

Merge request reports