Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Add feature to raise error for undocumented definitions #31

Conversation

YuryBandarchuk16
Copy link
Contributor

@YuryBandarchuk16 YuryBandarchuk16 commented Aug 12, 2018

Fix #14
screen shot 2018-08-12 at 11 30 35 pm

And yes, it looks much better with verbose!
screen shot 2018-08-12 at 11 41 28 pm

@YuryBandarchuk16 YuryBandarchuk16 force-pushed the feature/option-to-raise-error-on-undoc-defs branch from 4e15318 to 0194324 Compare August 12, 2018 22:34
$documentations[$path] = $documentation;
} catch (Exceptions\UndocumentedDefinitionException $e) {
$this->getStderr()->write($e->getMessage());
\exit(1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

throw an ExitException from hh-clilib

@fredemmott fredemmott closed this Mar 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to raise error for undocumented definitions
3 participants