mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Modernize .arclint
file.
Summary: Update the `.arclint` file after D9576 and D9590. Depends on D9576, D9590. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9591
This commit is contained in:
parent
f2f5fb2508
commit
46e0553c46
1 changed files with 4 additions and 5 deletions
9
.arclint
9
.arclint
|
@ -41,11 +41,10 @@
|
||||||
"include": "(\\.php$)",
|
"include": "(\\.php$)",
|
||||||
"severity": {
|
"severity": {
|
||||||
"16": "advice",
|
"16": "advice",
|
||||||
"29": "warning",
|
"34": "error"
|
||||||
"31": "error",
|
},
|
||||||
"34": "error",
|
"xhpast.php-version": "5.2.3",
|
||||||
"35": "error"
|
"xhpast.php-version.windows": "5.3.0"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue