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

Allow having duplications when importing issues #4101

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

victor-diez-sonarsource
Copy link
Contributor

Fixes #3951

Checking for existence of enabled key is not a good approach. Imported issues can be present in files for which we don't do CSS analysis (ie. .tsx). It's better to remove this logic and, in case of duplication, let the user either disable the rule in the quality profile, or remove the rule from stylelint when generating the imported report.

@saberduck saberduck enabled auto-merge (squash) August 24, 2023 15:15
@sonarqube-next
Copy link

SonarQube Quality Gate

Quality Gate passed

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

No Coverage information No Coverage information
No Duplication information No Duplication information

@saberduck saberduck merged commit f8f65e0 into master Aug 25, 2023
14 checks passed
@saberduck saberduck deleted the allow-imported-duplications branch August 25, 2023 08:14
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.

Improve deduplication when importing issues
3 participants