deactiveHooks function

List<String> deactiveHooks()

Returns the list of deactivated git hook file paths

Implementation

List<String> deactiveHooks() =>
    hooks.map((value) => '${Consts.herdsmanDirPath}/$value.deactive').toList();