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 grouping functionality to the rule violation table #5012

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lennyrook
Copy link

@lennyrook lennyrook commented Feb 1, 2022

Since one package can contain multiple rule violations the table gets
easily messy. The grouping functionality helps to keep it clean with
summarising all violations of one rule into a sub table. Due to the fact
that both tables need the same columns and collapsible, both is moved
to Shared.js and into a new component named RuleViolationCollapsable.js.

Signed-off-by: Lenny Rook [email protected]

@lennyrook lennyrook requested a review from tsteenbe as a code owner February 1, 2022 14:47
tsteenbe added a commit that referenced this pull request Feb 2, 2022
ESLint is already run as part of ORT's build and Lift is returning tens of
false-positives in pull requests see for example [1].

[1]: #5012

Signed-off-by: Thomas Steenbergen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants