@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename the `support/jshint` directory.

Summary: It is somewhat overkill to use an entire directory for a single file (the configuration file for JSHint). Instead, rename the directory so that it could (theoretically) be used for other linter configuration files.

Test Plan: Ran `arc lint -- webroot/rsrc/js/core/phtize.js` just to make sure everything still works.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9944

+2 -2
+2 -2
.arclint
··· 24 24 "jshint": { 25 25 "type": "jshint", 26 26 "include": "(\\.js$)", 27 - "jshint.jshintrc": "support/jshint/jshintconfig" 27 + "jshint.jshintrc": "support/lint/jshintrc" 28 28 }, 29 29 "json": { 30 30 "type": "json", 31 31 "include": [ 32 32 "(^src/docs/book/.*\\.book$)", 33 - "(^support/jshint/jshintconfig$)", 33 + "(^support/lint/jshintrc$)", 34 34 "(^\\.arcconfig$)", 35 35 "(^\\.arclint$)", 36 36 "(\\.json$)"
support/jshint/jshintconfig support/lint/jshintrc