jenkins-bot has submitted this change and it was merged.
Change subject: Fixed Style/SpaceInsideHashLiteralBraces RuboCop offense
......................................................................
Fixed Style/SpaceInsideHashLiteralBraces RuboCop offense
Bug: T106220
Change-Id: Ia1161ca69e88626f9094bfddd1c091aa2ba0eb90
---
M .rubocop_todo.yml
M Vagrantfile
2 files changed, 1 insertion(+), 7 deletions(-)
Approvals:
Hashar: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index a99d453..c897a42 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -83,12 +83,6 @@
Exclude:
- 'lib/mediawiki-vagrant/environment.rb'
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces,
SupportedStyles.
-Style/SpaceInsideHashLiteralBraces:
- Enabled: false
-
# Offense count: 5
# Cop supports --auto-correct.
Style/SpecialGlobalVars:
diff --git a/Vagrantfile b/Vagrantfile
index 20c473e..2bcc337 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -126,7 +126,7 @@
end
end
- root_share_options = {id: 'vagrant-root'}
+ root_share_options = { id: 'vagrant-root' }
if settings[:nfs_shares]
root_share_options[:type] = :nfs
--
To view, visit https://gerrit.wikimedia.org/r/252668
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia1161ca69e88626f9094bfddd1c091aa2ba0eb90
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits