jenkins-bot has submitted this change and it was merged. Change subject: Fixed RuboCop offense Style/PercentLiteralDelimiters ......................................................................
Fixed RuboCop offense Style/PercentLiteralDelimiters Bug: 63307 Change-Id: Ic2eaae2eabda80d28dde89d6036c20239430e546 --- M .rubocop_todo.yml M mediawiki_api.gemspec 2 files changed, 2 insertions(+), 8 deletions(-) Approvals: Dduvall: Looks good to me, approved jenkins-bot: Verified diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 298dc3b..28e1734 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -42,12 +42,6 @@ Style/Documentation: Enabled: false -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: PreferredDelimiters. -Style/PercentLiteralDelimiters: - Enabled: false - # Offense count: 1 Style/RegexpLiteral: MaxSlashes: 0 diff --git a/mediawiki_api.gemspec b/mediawiki_api.gemspec index 546b0ed..9064d35 100644 --- a/mediawiki_api.gemspec +++ b/mediawiki_api.gemspec @@ -8,8 +8,8 @@ spec.version = MediawikiApi::VERSION spec.authors = ["Amir Aharoni", "Chris McMahon", "Dan Duvall", "Jeff Hall", "Juliusz Gonera", "Zeljko Filipin"] spec.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"] - spec.summary = %q{A library for interacting with MediaWiki API from Ruby.} - spec.description = %q{Uses adapter-agnostic Faraday gem to talk to MediaWiki API.} + spec.summary = %q(A library for interacting with MediaWiki API from Ruby.) + spec.description = %q(Uses adapter-agnostic Faraday gem to talk to MediaWiki API.) spec.homepage = "https://github.com/wikimedia/mediawiki-ruby-api" spec.license = "GPL-2" -- To view, visit https://gerrit.wikimedia.org/r/168284 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic2eaae2eabda80d28dde89d6036c20239430e546 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/ruby/api Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Dduvall <[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
