-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
feat: dedupe results by unique fingerprint #856
Conversation
# Conflicts: # src/spectral.ts
Alright, combined deduplicateResults and cleaned up tests since things are always sorted now. The karma tests are not working for whatever reason, will need some help @P0lip to get tests across finish line. No rush. |
Karma tests fail since the entire |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments. Looking awesome.
I updated certain parts of code on my own.
Mostly removed the sortResults
calls that were no longer required, since you already sort out results in the run
method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed.
Checklist
Does this PR introduce a breaking change?
Duplicate lint results are no longer reported.