Page MenuHomePhabricator

D11375.diff
No OneTemporary

D11375.diff

diff --git a/.arclint b/.arclint
--- a/.arclint
+++ b/.arclint
@@ -1,7 +1,7 @@
{
"exclude": [
"(^externals/)",
- "(^webroot/rsrc/externals/)",
+ "(^webroot/rsrc/externals/(?!javelin/))",
"(/__tests__/data/)"
],
"linters": {
@@ -25,14 +25,16 @@
"type": "jshint",
"include": "(\\.js$)",
"exclude": [
- "(^support/aphlict/server/.*\\.js$)"
+ "(^support/aphlict/server/.*\\.js$)",
+ "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)"
],
"jshint.jshintrc": "support/lint/browser.jshintrc"
},
"jshint-node": {
"type": "jshint",
"include": [
- "(^support/aphlict/server/.*\\.js$)"
+ "(^support/aphlict/server/.*\\.js$)",
+ "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)"
],
"jshint.jshintrc": "support/lint/node.jshintrc"
},

File Metadata

Mime Type
text/plain
Expires
Thu, May 23, 8:16 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6288826
Default Alt Text
D11375.diff (880 B)

Event Timeline