Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cosmetic changes#175

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dschach wants to merge16 commits intomitchspano:main
base:main
Choose a base branch
Loading
fromdschach:main
Open

cosmetic changes#175

dschach wants to merge16 commits intomitchspano:mainfromdschach:main

Conversation

dschach
Copy link

@dschachdschach commentedMar 20, 2025
edited
Loading

  1. Prettier updates
  2. Clean workflow files
  3. Remove unnecessary node modules
  • Tests pass
  • Appropriate changes to README are included in PR

@google-claGoogle CLA
Copy link

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View thisfailed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@dschachdschach marked this pull request as ready for reviewMarch 20, 2025 00:39
@dschach
Copy link
Author

@mitchspano I know this is a lame PR, but my next one will involve an option to debug limits in an execution.

@mitchspano
Copy link
Owner

This is a very large PR. Can we break it down into smaller changes?

@dschach
Copy link
Author

@mitchspano Done. This is now cosmetic plus an update to the workflow to uselts/* since that is the usual Salesforce project standard.

I can't tell if the documentation indocs is auto-generated; it seems not to be worth it to format that to markdown specs if it is. Can put that in a separate PR.

@mitchspano
Copy link
Owner

@mitchspano Done. This is now cosmetic plus an update to the workflow to uselts/* since that is the usual Salesforce project standard.

I can't tell if the documentation indocs is auto-generated; it seems not to be worth it to format that to markdown specs if it is. Can put that in a separate PR.

Docs are auto-generated. Those should be left alone.

.prettierrc Outdated
},
{
"files": "*.trigger",
"options": { "printWidth": 200 }
Copy link
Owner

Choose a reason for hiding this comment

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

Why is this different than the other print width specification

Copy link
Author

Choose a reason for hiding this comment

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

When the width is less than 200, all the trigger contexts listed go one above each other on separate lines, making it unnecessarily harder (at least for me) to understand. However, since there are no triggers in this project, I can remove it.

@@ -1,15 +1,81 @@
{
Copy link
Owner

Choose a reason for hiding this comment

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

What is the source of all of this customization in this file?

The standard config is availablehere. I see advantage in specifyingapexInsertFinalNewline : false, but the rest of the stuff seems to be the project-specific configuration from another team's project.

Copy link
Author

Choose a reason for hiding this comment

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

This is the file I use for my projects - it has more granular items from my experiences. For example, the space before the closing/> on the top line of metadata files now won't trigger a whitespace change if the metadata is downloaded from the org.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mitchspanomitchspanomitchspano left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@dschach@mitchspano

[8]ページ先頭

©2009-2025 Movatter.jp