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

expand file glob within prettier #803

Merged
merged 1 commit into from
Aug 1, 2021
Merged

expand file glob within prettier #803

merged 1 commit into from
Aug 1, 2021

Conversation

houqp
Copy link
Member

@houqp houqp commented Aug 1, 2021

Rationale for this change

Turns out the ** glob pattern in CI never worked, so some of our files are not being linted.

What changes are included in this PR?

Quote file glob pattern so it's expanded within prettier. Update previously skipped markdown files to pass prettier check.

Are there any user-facing changes?

No

'**' pattern is not supported to some of the shells including the one we
use in CI.
@houqp houqp requested review from alamb and andygrove August 1, 2021 02:25
@houqp
Copy link
Member Author

houqp commented Aug 1, 2021

FYI @jimexist

@houqp houqp added the development-process Related to development process of DataFusion label Aug 1, 2021
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

👍

@alamb alamb merged commit 3eac2e6 into apache:master Aug 1, 2021
@houqp houqp deleted the qp_glob branch August 1, 2021 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of DataFusion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants