canProcess abstract method

bool canProcess(
  1. RepoEntry entry
)

Checks if a RepoEntry can be processed by this task.

The method is called with every staged or partially staged file. The paths are always relative to the current directory, not the repository root.

Implementation

bool canProcess(RepoEntry entry);