-
-
Notifications
You must be signed in to change notification settings - Fork 760
Closed
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged
Description
Search Terms
- treatWarningsAsErrors
- validation errors
Problem
--treatWarningsAsErrors is too general. I want to treat validation issues as errors, but I don't want all warnings to be errors.
Example of a warning I want to keep as a warning:
warning You are running with an unsupported TypeScript version! If TypeDoc crashes, this is why. TypeDoc supports 4.6, 4.7, 4.8, 4.9Suggested Solution
Add a new config and cli option to do this.
Maybe something like: validationWarningsAsError or requireValidation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged