Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| { | { | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/)", | "(^externals/)", | ||||
| "(\\.lint-test$)" | "(\\.lint-test$)" | ||||
| ], | ], | ||||
| "linters": { | "linters": { | ||||
| "chmod": { | |||||
| "type": "chmod" | |||||
| }, | |||||
| "filename": { | "filename": { | ||||
| "type": "filename" | "type": "filename" | ||||
| }, | }, | ||||
| "javelin": { | "javelin": { | ||||
| "type": "javelin", | "type": "javelin", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/JsShrink/)", | "(^externals/JsShrink/)", | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||