Fixed Style/StringLiterals RuboCop offense

Bug: 117989
Change-Id: I82086ebd56ace9f85c521ef53b67e5e4bae9d607
This commit is contained in:
Željko Filipin
2015-11-18 12:00:36 +01:00
parent 81e918780a
commit 22e8762cec
20 changed files with 128 additions and 134 deletions

View File

@@ -54,9 +54,3 @@ Style/SpaceInsideParens:
- 'tests/browser/features/step_definitions/ime_steps.rb'
- 'tests/browser/features/support/pages/ime_page.rb'
- 'tests/browser/features/support/pages/panel_page.rb'
# Offense count: 130
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/StringLiterals:
Enabled: false