jenkins-bot has submitted this change and it was merged. Change subject: Ignoring RuboCop rule Style/Alias ......................................................................
Ignoring RuboCop rule Style/Alias Bug: T65307 Change-Id: Ie7181411cb62b190fe8c2e8ce7018136b1d4d642 --- M .rubocop.yml 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop.yml b/.rubocop.yml index 6a00647..74beb11 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,6 +7,9 @@ Metrics/MethodLength: Enabled: false +Style/Alias: + Enabled: false + Style/DotPosition: Enabled: true EnforcedStyle: trailing -- To view, visit https://gerrit.wikimedia.org/r/170189 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie7181411cb62b190fe8c2e8ce7018136b1d4d642 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/ruby/api Gerrit-Branch: master Gerrit-Owner: Dduvall <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Dduvall <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
