Page MenuHomeDevCentral

Style: single-quoted strings
ClosedPublic

Authored by dereckson on Jul 10 2016, 17:43.
Tags
None
Referenced Files
F4052748: D473.id1159.diff
Fri, Jan 24, 05:13
Unknown Object (File)
Tue, Jan 21, 05:18
Unknown Object (File)
Sun, Jan 19, 16:07
Unknown Object (File)
Sun, Jan 19, 11:55
Unknown Object (File)
Sat, Jan 18, 07:42
Unknown Object (File)
Tue, Jan 14, 18:44
Unknown Object (File)
Tue, Jan 14, 10:34
Unknown Object (File)
Tue, Jan 14, 09:40
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 Not Applicable
Unit
Tests Not Applicable

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.