Page MenuHomePhabricator

Ignored files should automatically be excluded from linting
Closed, ResolvedPublic

Description

We should probably not try to lint any files that are excluded from version control.

Event Timeline

joshuaspence claimed this task.
joshuaspence raised the priority of this task from to Normal.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: Arcanist.
joshuaspence added a subscriber: joshuaspence.

Yeah -- we're using FileFinder right now but should use git ls-tree and similar if we have a repository API.