Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| { | { | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/)", | "(^externals/)", | ||||
| "(^webroot/rsrc/externals/)", | "(^webroot/rsrc/externals/(?!javelin/))", | ||||
| "(/__tests__/data/)" | "(/__tests__/data/)" | ||||
| ], | ], | ||||
| "linters": { | "linters": { | ||||
| "chmod": { | "chmod": { | ||||
| "type": "chmod" | "type": "chmod" | ||||
| }, | }, | ||||
| "filename": { | "filename": { | ||||
| "type": "filename" | "type": "filename" | ||||
| }, | }, | ||||
| "generated": { | "generated": { | ||||
| "type": "generated" | "type": "generated" | ||||
| }, | }, | ||||
| "javelin": { | "javelin": { | ||||
| "type": "javelin", | "type": "javelin", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^support/aphlict/)" | "(^support/aphlict/)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "jshint-browser": { | "jshint-browser": { | ||||
| "type": "jshint", | "type": "jshint", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^support/aphlict/server/.*\\.js$)" | "(^support/aphlict/server/.*\\.js$)", | ||||
| "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)" | |||||
| ], | ], | ||||
| "jshint.jshintrc": "support/lint/browser.jshintrc" | "jshint.jshintrc": "support/lint/browser.jshintrc" | ||||
| }, | }, | ||||
| "jshint-node": { | "jshint-node": { | ||||
| "type": "jshint", | "type": "jshint", | ||||
| "include": [ | "include": [ | ||||
| "(^support/aphlict/server/.*\\.js$)" | "(^support/aphlict/server/.*\\.js$)", | ||||
| "(^webroot/rsrc/externals/javelin/core/init_node\\.js$)" | |||||
| ], | ], | ||||
| "jshint.jshintrc": "support/lint/node.jshintrc" | "jshint.jshintrc": "support/lint/node.jshintrc" | ||||
| }, | }, | ||||
| "json": { | "json": { | ||||
| "type": "json", | "type": "json", | ||||
| "include": [ | "include": [ | ||||
| "(^src/docs/book/.*\\.book$)", | "(^src/docs/book/.*\\.book$)", | ||||
| "(^support/lint/jshintrc$)", | "(^support/lint/jshintrc$)", | ||||
| ▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines | |||||