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

fix prettier glob pattern #247

Merged
merged 1 commit into from
May 19, 2020
Merged

fix prettier glob pattern #247

merged 1 commit into from
May 19, 2020

Conversation

peter-evans
Copy link
Contributor

Noticed that if you don't quote the glob pattern it doesn't reach past the first level.

After this change src/misc/generate-docs.ts will be included:

npm run format

>> checkout@2.0.2 format /Users/peter.evans/git/checkout
>> prettier --write '**/*.ts'

__test__/git-auth-helper.test.ts 303ms
__test__/git-directory-helper.test.ts 84ms
__test__/git-version.test.ts 23ms
__test__/input-helper.test.ts 22ms
__test__/ref-helper.test.ts 28ms
__test__/retry-helper.test.ts 12ms
src/fs-helper.ts 9ms
src/git-auth-helper.ts 64ms
src/git-command-manager.ts 79ms
src/git-directory-helper.ts 19ms
src/git-source-provider.ts 30ms
src/git-source-settings.ts 10ms
src/git-version.ts 17ms
src/github-api-helper.ts 22ms
src/input-helper.ts 27ms
src/main.ts 11ms
+src/misc/generate-docs.ts 23ms
src/ref-helper.ts 18ms
src/regexp-helper.ts 6ms
src/retry-helper.ts 9ms
src/state-helper.ts 7ms
src/url-helper.ts 5ms

@ericsciple ericsciple merged commit 97b30c4 into actions:master May 19, 2020
@ericsciple
Copy link
Contributor

Thanks!

@peter-evans peter-evans deleted the fix-prettier-glob branch May 19, 2020 23:56
kpeterson-sf pushed a commit to sf-bt-neteng/checkout that referenced this pull request Oct 16, 2020
@Rabbit9090
Copy link

beleebella@gmail.com

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.

3 participants