Move editor libs to library; detect NetTopologySuite#6
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements two detector-rule suggestions.
Changes
1. Editor libraries miscategorized as
stylingstyling.ymltolibrary.yml(they are code/rich-text editor libraries, not CSS/UI styling). CodeMirror match also gains the^@uiw/react-codemirrorregex per the suggestion.stylingtolibrary(visualization library, not a CSS framework). Moved it fromstyling.ymltolibrary.yml.confidence: highin the styling slot and risked polluting the frontend styling hash token.2. NetTopologySuite not detected
nettopologysuitedetector tolibrary.ymlmatching nuget deps with prefixNetTopologySuite(categorylibrary, confidence high). Surfaces the spatial geometry library that was present in raw deps but never reported.Tests
dotnet test: 95 passed / 95 total, 0 failed (baseline 95).Snapshots updated
4 verified snapshots bumped
rulesLoaded: 740 → 741(the one added NetTopologySuite rule):django-spa,go-service,next-dotnet-monorepo,numpy-style-lib. The category moves did not change rule count and no fixture exercises codemirror/tiptap/d3, so only the rule count changed.