mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Don't lint /webroot/rsrc/externals/
.
Summary: If I understand correctly, the `/webroot/rsrc/externals/` directory should be treated similarly to `/externals/` in terms of linting and coding style. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9689
This commit is contained in:
parent
13fa199090
commit
294f2bf118
1 changed files with 1 additions and 0 deletions
1
.arclint
1
.arclint
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"(^externals/)",
|
"(^externals/)",
|
||||||
|
"(^webroot/rsrc/externals/)",
|
||||||
"(/__tests__/data/)"
|
"(/__tests__/data/)"
|
||||||
],
|
],
|
||||||
"linters": {
|
"linters": {
|
||||||
|
|
Loading…
Reference in a new issue