Page MenuHomePhabricator

Allow lint codes to be up to 128 bytes long
ClosedPublic

Authored by epriestley on Sep 25 2015, 5:07 PM.
Tags
None
Referenced Files
F14058388: D14166.id34223.diff
Sun, Nov 17, 11:32 AM
F14056620: D14166.diff
Sat, Nov 16, 9:20 PM
F14011610: D14166.diff
Fri, Nov 1, 3:41 AM
F14002919: D14166.diff
Sat, Oct 26, 12:02 AM
F13973444: D14166.id.diff
Oct 18 2024, 12:56 AM
F13963468: D14166.id34223.diff
Oct 15 2024, 4:05 PM
Unknown Object (File)
Sep 15 2024, 4:22 AM
Unknown Object (File)
Sep 13 2024, 5:39 PM
Subscribers
None

Details

Summary

Fixes T9145. We currently restrict lint codes to 32 bytes, but PHPCS generates codes like "PHPCS.E.PEAR.Comments.Messages.Line.TooLong".

These codes seem reasonable as codes, and we don't currently have any key-length problems or other technical concerns with simply raising the size of this column.

Test Plan

Ran bin/storage upgrade to pick up adjustments.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow lint codes to be up to 128 bytes long.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Sep 25 2015, 5:09 PM
This revision was automatically updated to reflect the committed changes.