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 ability to set issue severity #1155

Merged
merged 10 commits into from May 25, 2020

Commits on May 18, 2020

  1. Copy the full SHA
    e1d5b24 View commit details
    Browse the repository at this point in the history
  2. fix lint issues

    ryancurrah committed May 18, 2020
    Copy the full SHA
    21bb156 View commit details
    Browse the repository at this point in the history
  3. change log child name

    ryancurrah committed May 18, 2020
    Copy the full SHA
    4e58d5a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    701bdca View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. add tests for severity rules, add support for case sensitive rules, f…

    …ix lint issues, better doc comments, share processor test
    ryancurrah committed May 24, 2020
    Copy the full SHA
    194855c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ddde8ac View commit details
    Browse the repository at this point in the history
  3. deduplicated rule logic into a base rule that can be used by multiple…

    … rule types, moved severity config to it's own parent key named severity, reduced size of NewRunner function to make it easier to read
    ryancurrah committed May 24, 2020
    Copy the full SHA
    7606fd9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    025257f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    45963be View commit details
    Browse the repository at this point in the history
  6. add Fingerprint and Description methods to Issue struct, made codecli…

    …mate reporter easier to read, checkstyle output is now pretty printed
    ryancurrah committed May 24, 2020
    Copy the full SHA
    836abe0 View commit details
    Browse the repository at this point in the history