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

make linter ignore cdk.out directory #940

Merged
merged 10 commits into from Aug 22, 2022
Merged

make linter ignore cdk.out directory #940

merged 10 commits into from Aug 22, 2022

Conversation

dan753722
Copy link
Contributor

Add ignore cdk.out directory linting rule.

yarn format or yarn lint will probably trigger node heap out of memory issues otherwise.

@dan753722 dan753722 requested review from a team as code owners August 15, 2022 02:07
@changeset-bot
Copy link

changeset-bot bot commented Aug 15, 2022

🦋 Changeset detected

Latest commit: 52521a7

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

This PR includes changesets to release 1 package
Name Type
skuba Patch

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

@@ -14,4 +14,5 @@ node_modules*/
/.gantry/**/*.yml
gantry*.yaml
gantry*.yml
cdk.out*/
Copy link
Member

Choose a reason for hiding this comment

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

  1. Can you avoid smushing this together with the Gantry ignores? It doesn't not seem related and is probably more at home alongside the first block with node_modules and such.
  2. Is the asterisk necessary?

@72636c 72636c marked this pull request as draft August 16, 2022 01:26
@dan753722 dan753722 marked this pull request as ready for review August 22, 2022 03:25
@72636c 72636c enabled auto-merge (squash) August 22, 2022 07:29
@72636c 72636c merged commit 5d54ef6 into master Aug 22, 2022
@72636c 72636c deleted the ignore-cdk-dot-out branch August 22, 2022 07:35
@seek-oss-ci seek-oss-ci mentioned this pull request Aug 22, 2022
72636c added a commit that referenced this pull request Aug 30, 2022
This is similar to #940. We were already gitignoring this directory.
72636c added a commit that referenced this pull request Aug 30, 2022
This is similar to #940. We were already gitignoring this directory.
72636c added a commit that referenced this pull request Sep 10, 2022
Co-authored-by: Ryan Ling <ryan@outlook.com.au>
72636c added a commit that referenced this pull request Sep 10, 2022
This is similar to #940. We were already gitignoring this directory.
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.

None yet

2 participants