Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only fail on error, add option to ignore warnings #120

Merged
merged 2 commits into from
May 24, 2015

Commits on Feb 21, 2015

  1. Only fail on error, add option to ignore warnings

    This pull request extends on the error checking a bit to ignore
    warnings. Warnings do not necessitate a complete failure. For example,
    with ES6, you're gonna get warnings about new stuff no matter what –
    you can still generate docs!
    
    Furthermore, added an ignoreWarnings option to not print warnings.
    Raynes committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    e78059d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53dec4 View commit details
    Browse the repository at this point in the history