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

script: mark file as OK only if all issues have been dismissed (#135) #136

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

stklcode
Copy link
Contributor

Fixes #135

When multiple issues are present in a single file, clicking on "dismiss" should only hide the corresponding line and the file should only be marked as "OK" and turned green, if there are no more issues present.

Refactor the response handler and only remove the parent element to resolve this issue.

@stklcode stklcode added the bug label Nov 16, 2023
@stklcode stklcode added this to the 1.5.1 milestone Nov 16, 2023
@stklcode stklcode self-assigned this Nov 16, 2023
@stklcode stklcode marked this pull request as ready for review November 16, 2023 16:45
@stklcode stklcode force-pushed the fix/135-multiple-dismiss branch from e74dc07 to bf2a801 Compare November 16, 2023 16:49
When multiple issues are present in a single file, clicking on "dismiss"
should only hide the corresponding line and the file should only be
marked as "OK" and turned green, if there are no more issues present.

Refactor the response handler and only remove the parent element to
resolve this issue.
@stklcode stklcode force-pushed the fix/135-multiple-dismiss branch from bf2a801 to 7388743 Compare November 17, 2023 14:59
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@stklcode stklcode merged commit 7388743 into develop Nov 17, 2023
@stklcode stklcode deleted the fix/135-multiple-dismiss branch November 17, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dismiss button closes all warnings
1 participant