-
Notifications
You must be signed in to change notification settings - Fork 78
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
.forceignore v2 warning when ignoring **/README.md #916
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
This issue has been linked to a new work item: W-9051899 |
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
@mshanemc I am also facing this issue while adding a Below are the lines which are triggering the warning:
The output of sfdx plugins:
And the output of sfdx --version:
The lines seem to be adhering the gitignore format as mentioned by @lukecotter, so no apparent reason for the warning message to appear. |
Summary
.forceignore v2 warning when ignoring **/README.md
Received this warning when trying to run force:source:push, the push is successful I just get a warning.
(node:3085) Warning: The .forceignore file doesn't adhere to .gitignore format which will be the default behavior starting in Spring '21 release. More information on .gitignore format here: https://git-scm.com/docs/gitignore. Fix the following lines in your .forceignore and add '# .forceignore v2' to your .forceignore file to switch to the new behavior. (Use
node --trace-warnings ...to show where the warning was created) (node:3085) Warning: **/README.md
The ignore pattern in use was to ignore all README.md files in all dirs.
Steps To Reproduce:
**/README.md
to.forceignore
force:source:push
Expected result
Seem like it is a valid ignore pattern based on git ignore, so no warning should be seen.
Actual result
I get this error instead.
(node:3085) Warning: The .forceignore file doesn't adhere to .gitignore format which will be the default behavior starting in Spring '21 release. More information on .gitignore format here: https://git-scm.com/docs/gitignore. Fix the following lines in your .forceignore and add '# .forceignore v2' to your .forceignore file to switch to the new behavior. (Use
node --trace-warnings ...to show where the warning was created) (node:3085) Warning: **/README.md
SFDX CLI Version(to find the version of the CLI engine run sfdx --version):
SFDX plugin Version(to find the version of the CLI plugin run sfdx plugins --core)
OS and version: MacOS Big Sur: 11.2 (20D64)
The text was updated successfully, but these errors were encountered: