Page MenuHomeDevCentral

Style: single-quoted strings
ClosedPublic

Authored by dereckson on Jul 10 2016, 17:43.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 13, 16:01
Unknown Object (File)
Thu, Apr 10, 15:15
Unknown Object (File)
Thu, Apr 10, 14:45
Unknown Object (File)
Tue, Apr 8, 04:40
Unknown Object (File)
Sat, Apr 5, 15:35
Unknown Object (File)
Wed, Apr 2, 09:27
Unknown Object (File)
Sun, Mar 30, 13:00
Unknown Object (File)
Sun, Mar 30, 10:09
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.