Page MenuHomeDevCentral

Style: single-quoted strings
ClosedPublic

Authored by dereckson on Jul 10 2016, 17:43.
Tags
None
Referenced Files
F7659333: D473.id1159.diff
Wed, Apr 30, 13:47
F7648781: D473.id1160.diff
Wed, Apr 30, 09:38
F7642217: D473.diff
Wed, Apr 30, 06:35
Unknown Object (File)
Tue, Apr 29, 16:09
Unknown Object (File)
Mon, Apr 28, 08:27
Unknown Object (File)
Sat, Apr 26, 18:55
Unknown Object (File)
Fri, Apr 25, 03:07
Unknown Object (File)
Thu, Apr 24, 09:37
Subscribers
None

Details

Summary

Prefer single-quoted strings when we don't need
string interpolation or special symbols.

Test Plan

rubocop tommy.rb

Diff Detail

Repository
rTOMMY Tommy
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningtommy.rb:32Metrics/LineLengthRuboCop
Warningtommy.rb:32Style/HashSyntaxRuboCop
Warningtommy.rb:33Metrics/LineLengthRuboCop
Warningtommy.rb:33Style/HashSyntaxRuboCop
Warningtommy.rb:35Metrics/LineLengthRuboCop
Warningtommy.rb:35Style/HashSyntaxRuboCop
Warningtommy.rb:36Metrics/LineLengthRuboCop
Warningtommy.rb:36Style/HashSyntaxRuboCop
Warningtommy.rb:36Style/SpaceInsideParensRuboCop
Unit
No Test Coverage
Branch
style-single-quoted (branched from master)
Build Status
Buildable 673
Build 793: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Style: single-quoted strings.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jul 10 2016, 17:48

Single quotes issues fixed, let's continue style improve in further commits.

This revision was automatically updated to reflect the committed changes.