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

Add maxWarnings CLI option #568

Merged
merged 3 commits into from
Apr 17, 2016
Merged

Add maxWarnings CLI option #568

merged 3 commits into from
Apr 17, 2016

Commits on Mar 10, 2016

  1. Add maxWarnings CLI option

    Exit with non-zero value when the number of warnings is greater than the maxWarning option.
    Easily fail CI builds without needing to update all sass-lint rules to errors.
    
    Usage: `sass-lint --max-warnings 0 -c sass-lint.config.yml sass/**/*.scss`
    
    This closes sasstools#567
    
    Based on the eslint maxWarnings CLI option:
    
    * http://eslint.org/docs/user-guide/command-line-interface#options
    house9 committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    f55d3a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Merge branch 'develop' into max-warnings

      # Conflicts:
      #	tests/cli.js
    house9 committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    07b6e69 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Configuration menu
    Copy the full SHA
    4cfcc6b View commit details
    Browse the repository at this point in the history