Updated RuboCop to the latest version

Updated RuboCop configuration according to recommended settings.
Updated RuboCop TODO file.

Bug: 117989
Change-Id: If934078beabc5498f929bbd7a26689dbd2ab7810
This commit is contained in:
Željko Filipin
2015-11-18 11:58:19 +01:00
parent 0aa649e084
commit f01bcefe74
4 changed files with 60 additions and 79 deletions

View File

@@ -59,7 +59,7 @@ GEM
watir-webdriver (>= 0.6.11)
page_navigation (0.9)
data_magic (>= 0.14)
parser (2.2.2.6)
parser (2.2.3.0)
ast (>= 1.1, < 3.0)
powerpack (0.1.1)
rainbow (2.0.0)
@@ -70,12 +70,13 @@ GEM
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rubocop (0.29.1)
rubocop (0.35.1)
astrolabe (~> 1.3)
parser (>= 2.2.0.1, < 3.0)
parser (>= 2.2.3.0, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (~> 1.7)
tins (<= 1.6.0)
ruby-progressbar (1.7.5)
rubyzip (1.1.7)
selenium-webdriver (2.48.1)
@@ -85,6 +86,7 @@ GEM
websocket (~> 1.0)
syntax (1.2.0)
thor (0.19.1)
tins (1.6.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
@@ -98,4 +100,4 @@ PLATFORMS
DEPENDENCIES
mediawiki_selenium (~> 1.6.2)
rubocop (~> 0.29.1)
rubocop (~> 0.35.1)