HomePhabricator

Allow lint codes to be up to 128 bytes long

Description

Allow lint codes to be up to 128 bytes long

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9145

Differential Revision: https://secure.phabricator.com/D14166

Details

Provenance
epriestleyAuthored on
epriestleyPushed on Sep 25 2015, 5:42 PM
Reviewer
chad
Differential Revision
D14166: Allow lint codes to be up to 128 bytes long
Parents
rP284fe0fe51ce: Allow Harbormaster to lease working copies from Drydock
Branches
Unknown
Tags
Unknown
Tasks
T9145: Exception on arc diff with PHPCS linter