Page MenuHomePhabricator

Add a linter rule for uppercase constant definitions
ClosedPublic

Authored by joshuaspence on Apr 12 2015, 10:05 AM.
Tags
None
Referenced Files
F15515711: D12366.id29694.diff
Fri, Apr 18, 12:54 PM
F15505227: D12366.diff
Tue, Apr 15, 1:01 AM
F15492476: D12366.id29712.diff
Sat, Apr 12, 2:51 PM
F15485434: D12366.id29716.diff
Wed, Apr 9, 11:40 PM
F15476955: D12366.id29694.diff
Mon, Apr 7, 10:35 AM
F15474045: D12366.id.diff
Sun, Apr 6, 4:45 AM
F15473436: D12366.id29712.diff
Sat, Apr 5, 10:07 PM
F15472258: D12366.diff
Sat, Apr 5, 12:07 PM
Subscribers

Details

Summary

Ref T7409. Adds a linter rule to ensure that constant are defined as being uppercase. Based on Generic_Sniffs_NamingConventions_UpperCaseConstantNameSniff.

Test Plan

Added test cases.

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5250
Build 5268: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Add a linter rule for uppercase constant definitions.
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.Apr 12 2015, 12:18 PM
joshuaspence edited edge metadata.

Change to LINT_NAMING_CONVENTIONS

This revision was automatically updated to reflect the committed changes.