Page MenuHomePhabricator
Authored By
amckinley
Sep 14 2017, 6:19 PM
Size
1 KB
Referenced Files
None
Subscribers
None
~/src/phacility/arcanist (T12981) $ arc lint
>>> Lint for src/lint/linter/xhpast/rules/ArcanistLongNameXHPASTLinterRule.php:
Warning (TXT3) Line Too Long
This line is 278 characters long, but the convention is 80 characters.
6 const ID = 666;
7
8 public function getLintName() {
>>> 9 return pht('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA');
10 }
11
12 public function getLintSeverity() {
Exception
Some linters failed:
- Exception: Parameter ("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") passed to "setName()" when constructing a lint message must be a string with a maximum length of 255 bytes, but is 259 bytes in length.
(Run with `--trace` for a full exception trace.)

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
780504
Default Alt Text
(1 KB)

Event Timeline