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

AbstractSniffUnitTest: bug fix - warnings not counted in total #2900

Commits on Mar 11, 2020

  1. AbstractSniffUnitTest: bug fix - warnings not counted in total

    At the bottom of a test run a message along the lines of `4 sniff test files generated 2 unique error codes; 0 were fixable (0%)` is shown.
    
    The unique error codes, as well as the fixable count and percentage would only include `error` codes and would totally disregard the codes coming from `warning`s.
    
    Fixed now.
    jrfnl committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fac9db0 View commit details
    Browse the repository at this point in the history