Homec4science

Allow lint codes to be up to 128 bytes long

Authored by epriestley <git@epriestley.com> on Sep 25 2015, 19:42.

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

Committed
epriestley <git@epriestley.com>Sep 25 2015, 19:42
Pushed
aubortJan 31 2017, 17:16
Parents
rPH284fe0fe51ce: Allow Harbormaster to lease working copies from Drydock
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH8ce90a7c4287: Allow lint codes to be up to 128 bytes long (authored by epriestley <git@epriestley.com>).Sep 25 2015, 19:42