fix: reject pluginId in rule creator about metadata - #3364
Open
tylerlaprade wants to merge 6 commits into
Open
Conversation
✅ Deploy Preview for flint-fyi ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🦋 Changeset detectedLatest commit: b092a80 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@flint.fyi/astro
@flint.fyi/astro-language
@flint.fyi/browser
@flint.fyi/cli
@flint.fyi/core
@flint.fyi/css
@flint.fyi/css-language
flint
@flint.fyi/json
@flint.fyi/json-language
@flint.fyi/jsx
@flint.fyi/markdown-language
@flint.fyi/md
@flint.fyi/next
@flint.fyi/node
@flint.fyi/nuxt
@flint.fyi/package-json
@flint.fyi/performance
@flint.fyi/plugin-flint
@flint.fyi/react
@flint.fyi/rule-data
@flint.fyi/rule-tester
@flint.fyi/solid
@flint.fyi/spelling
@flint.fyi/svelte
@flint.fyi/svelte-language
@flint.fyi/text-language
@flint.fyi/ts
@flint.fyi/ts-patch
@flint.fyi/typescript-language
@flint.fyi/utils
@flint.fyi/vitest
@flint.fyi/volar-language
@flint.fyi/vue
@flint.fyi/vue-language
@flint.fyi/yaml
@flint.fyi/yaml-language
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
lishaduck
reviewed
Sep 3, 2026
lishaduck
reviewed
Sep 3, 2026
michaelfaith
approved these changes
Sep 3, 2026
michaelfaith
left a comment
Member
There was a problem hiding this comment.
Just a minor gripe from my side
tylerlaprade
force-pushed
the
fix/3051-rule-creator-plugin-id
branch
from
September 3, 2026 16:10
f36a6aa to
251d503
Compare
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
tylerlaprade
force-pushed
the
fix/3051-rule-creator-plugin-id
branch
from
September 3, 2026 20:34
251d503 to
b092a80
Compare
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.
PR Checklist
about.pluginId#3051status: accepting prsOverview
RuleAboutnow describes the metadata passed toRuleCreator, whilePluginRuleAboutadds thepluginIdandurlthat the creator supplies.