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

markers: apply problem marker sorting based on severity, line, and column number #7313

Merged
merged 1 commit into from
Mar 18, 2020

Commits on Mar 12, 2020

  1. markers: add sorting of problem markers

    Fixes #6572
    
    The following commit updates the `markers` to be sorted based on the following rules:
    - markers are sorted by `severity`.
    - if the first step is equal, markers are sorted by `line number`.
    - if the second step is equal, markers are sorted by `column number`.
    - else return no change.
    
    Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
    vince-fugnitto committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3eafd72 View commit details
    Browse the repository at this point in the history