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

New option prefix for match-document-filename rule #1141

Merged
merged 2 commits into from
Dec 20, 2022
Merged

Conversation

TuvalSimha
Copy link
Collaborator

@TuvalSimha TuvalSimha commented Aug 18, 2022

Related #1139

@changeset-bot
Copy link

changeset-bot bot commented Aug 18, 2022

🦋 Changeset detected

Latest commit: c358f11

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-eslint/eslint-plugin Minor

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

Copy link
Collaborator

@dotansimha dotansimha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • add changeset
  • add missing tests
  • make sure CI passes
  • test in another project (alpha release)

@github-actions
Copy link
Contributor

github-actions bot commented Aug 21, 2022

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-eslint/eslint-plugin 3.14.0-alpha-20221220171818-aa4bda7 npm ↗︎ unpkg ↗︎

.changeset/light-lizards-know.md Outdated Show resolved Hide resolved
@@ -220,12 +249,13 @@ const rule: GraphQLESLintRule<[MatchDocumentFilenameRuleConfig]> = {
option = { style: option } as PropertySchema;
}
const expectedExtension = options.fileExtension || fileExtension;
let expectedFilename: string;
let expectedFilename = option.prefix || '';

if (option.style) {
expectedFilename =
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
expectedFilename =
expectedFilename +=

@TuvalSimha you missed concatenation here, otherwise, if style is matchDocumentStyle prefix will be not applied

TuvalSimha and others added 2 commits December 20, 2022 18:10
add spec

valid

invalid

invalid

changeset

minor changeset

fix changeset
@dimaMachina dimaMachina merged commit b1f2730 into master Dec 20, 2022
@dimaMachina dimaMachina deleted the prefix branch December 20, 2022 17:21
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.

new option prefix for match-document-filename rule
3 participants