1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 00:38:51 +02: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:
Joshua Spence 2014-06-24 03:10:15 +10:00
parent 13fa199090
commit 294f2bf118

View file

@ -1,6 +1,7 @@
{
"exclude": [
"(^externals/)",
"(^webroot/rsrc/externals/)",
"(/__tests__/data/)"
],
"linters": {