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

Report by issues grouped by level and type #8774

Merged
merged 18 commits into from Dec 2, 2022

Commits on Dec 1, 2022

  1. Copy the full SHA
    b70d3e2 View commit details
    Browse the repository at this point in the history
  2. Delete unused code

    bdsl committed Dec 1, 2022
    Copy the full SHA
    6bde0d3 View commit details
    Browse the repository at this point in the history
  3. Add comments

    bdsl committed Dec 1, 2022
    Copy the full SHA
    32881a3 View commit details
    Browse the repository at this point in the history
  4. Reduce function visibility

    Co-authored-by: Bruce Weirdan <weirdan@gmail.com>
    bdsl and weirdan committed Dec 1, 2022
    Copy the full SHA
    aea1c56 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4fde493 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3bc3f1c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    386aa27 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3f56166 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c1d2e56 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Copy the full SHA
    9e63bf6 View commit details
    Browse the repository at this point in the history
  2. Re-order list of errors in docs

    I think it makes more sense to have the errors that almost always appear
    (level 7 errors) next to the errors that always appear, instead of
    the level 1, least likely to appear errors being next to the ones that
    always appear.
    
    This also makes the order more similar to that output by the new
    --by-issue-level format report.
    
    Some time it might be nice to see if there's a way to auto generate most
    of this docs page from the actual issue class definitions, or have
    a test that checks the list of issues for each level is accurate and
    complete.
    bdsl committed Dec 2, 2022
    Copy the full SHA
    cd18cdc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d6c7c86 View commit details
    Browse the repository at this point in the history
  4. Indent heredoc in test

    bdsl committed Dec 2, 2022
    Copy the full SHA
    699ee34 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5423983 View commit details
    Browse the repository at this point in the history
  6. Code style fix

    bdsl committed Dec 2, 2022
    Copy the full SHA
    6693421 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a29f65e View commit details
    Browse the repository at this point in the history
  8. Sort issue by position in codebase in ByIssueLevelAndTypeReport if le…

    …vel & type equal
    
    PHP sorting only became stable in 8.0. For previous versions we would
    still like duplicate issues to be sorted into a logical order.
    bdsl committed Dec 2, 2022
    Copy the full SHA
    ad57727 View commit details
    Browse the repository at this point in the history
  9. Code style fix

    bdsl committed Dec 2, 2022
    Copy the full SHA
    1dbdf78 View commit details
    Browse the repository at this point in the history