Fixed Style/HashSyntax RuboCop offense
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Wed, 18 Mar 2015 17:53:51 +0000 (18:53 +0100)
committerDduvall <dduvall@wikimedia.org>
Mon, 23 Mar 2015 18:38:41 +0000 (18:38 +0000)
commit6755869d2078092bae5b10e97b8879ceb9db4395
tree0f5dcc6bce7ed3c1f2557795c51b829d2e4ce08c
parent97b06ddd7c815d38cda69b9770b7ae1021f7dc22
Fixed Style/HashSyntax RuboCop offense

$ bundle exec rubocop --auto-correct
Inspecting 25 files
.CCC.....................

Offenses:

maintenance/jsduck/custom_tags.rb:16:16: C: [Corrected] Use the new
Ruby 1.9 hash syntax.
      return { :tagname => @tagname, :doc => :multiline }
               ^^^^^^^^^^^
...
25 files inspected, 8 offenses detected, 8 offenses corrected

Bug: T91485
Change-Id: Ic2aff32e106c5b5eaa45839ad3310b97fcec6ddf
.rubocop_todo.yml
maintenance/jsduck/custom_tags.rb
tests/browser/features/step_definitions/create_account_steps.rb
tests/browser/features/step_definitions/create_and_follow_wiki_link_steps.rb