Skip to content

Commit 294f2bf

Browse files
committedJun 23, 2014
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
1 parent 13fa199 commit 294f2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.arclint

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"exclude": [
33
"(^externals/)",
4+
"(^webroot/rsrc/externals/)",
45
"(/__tests__/data/)"
56
],
67
"linters": {

0 commit comments

Comments
 (0)
Failed to load comments.