Page MenuHomePhabricator

Add a linter rule for hexadecimal number casing
ClosedPublic

Authored by joshuaspence on Nov 30 2015, 8:14 PM.
Tags
None
Referenced Files
F14045040: D14612.diff
Wed, Nov 13, 12:12 AM
F14037279: D14612.diff
Sun, Nov 10, 2:45 PM
F14029219: D14612.id35389.diff
Fri, Nov 8, 7:59 PM
F14029218: D14612.id35386.diff
Fri, Nov 8, 7:59 PM
F14029217: D14612.id35385.diff
Fri, Nov 8, 7:59 PM
F14029216: D14612.id35348.diff
Fri, Nov 8, 7:59 PM
F14029215: D14612.id.diff
Fri, Nov 8, 7:59 PM
F14029213: D14612.diff
Fri, Nov 8, 7:59 PM
Subscribers

Details

Summary

Hexadecimal numbers should be written as 0xFF and not 0xff or 0Xff.

Test Plan

Added test cases.

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 9196
Build 10879: Run Core Tests
Build 10878: arc lint + arc unit

Event Timeline

joshuaspence retitled this revision from to Add a linter rule for hexadecimal number casing.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Nov 30 2015, 8:15 PM
This revision was automatically updated to reflect the committed changes.