Page MenuHomePhabricator

Add a "binary integer casing" linter rule
ClosedPublic

Authored by joshuaspence on Dec 2 2015, 9:38 PM.
Tags
None
Referenced Files
F15473780: D14644.diff
Sun, Apr 6, 1:44 AM
F15467605: D14644.id35426.diff
Thu, Apr 3, 4:42 PM
F15443337: D14644.id35437.diff
Thu, Mar 27, 3:49 AM
F15436667: D14644.id35426.diff
Tue, Mar 25, 3:46 PM
F15430596: D14644.diff
Mon, Mar 24, 8:20 AM
F15429566: D14644.id35437.diff
Mon, Mar 24, 2:58 AM
F15339068: D14644.id35426.diff
Mar 9 2025, 2:12 PM
Unknown Object (File)
Mar 3 2025, 4:45 AM
Subscribers

Details

Summary

Adds a linter rule which ensures that binary integers are written in lowercase (i.e. 0b1 instead of 0B1).

Test Plan

Added test cases.

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 9237
Build 10942: Run Core Tests
Build 10941: arc lint + arc unit

Event Timeline

joshuaspence retitled this revision from to Add a "binary integer casing" linter rule.
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.Dec 2 2015, 9:46 PM
This revision was automatically updated to reflect the committed changes.