Changeset View
Changeset View
Standalone View
Standalone View
src/exception/usage/ArcanistNoEffectException.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Thrown when lint or unit tests have no effect, i.e. no paths are affected | * Thrown when lint or unit tests have no effect, i.e. no paths are affected | ||||
| * by any linter or no unit tests provide coverage. | * by any linter or no unit tests provide coverage. | ||||
| * | |||||
| * @group workflow | |||||
| */ | */ | ||||
| final class ArcanistNoEffectException extends ArcanistUsageException { | final class ArcanistNoEffectException extends ArcanistUsageException {} | ||||
| } | |||||