-
Notifications
You must be signed in to change notification settings - Fork 438
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
Incorrect warning on clasp pull? #851
Comments
This warning is by design and its history is difficult to track back. Lines 105 to 108 in d6fbaae
It is always displayed with Lines 39 to 52 in d6fbaae
@sqrrrl any thoughts about leaving as is or updating the message? |
@PopGoesTheWza Yeah, that’s what I was getting at: since it no longer aligns with the actual fallback behavior when there’s no user-provided claspignore, it just seems misleading/confusing and it made me wonder if I actually was doing something risky that I didn’t understand |
+1 -- noticed this earlier today and we can either drop it or at least tighten up the conditions where it's displayed. |
Who votes it drop it? I surely do... |
Expected Behavior
After I do a
clasp pull
, I get an warning message in the output that says:I'm pretty sure this warning is not correct, because I think there are default claspignore rules that do account for (i.e., do not ignore) script/html files in subfolders. Is that correct? If so, I would expect not to see this warning.
Actual Behavior
The warning above.
Specifications
node -v
): 15.0.1clasp -v
): 2.3.2The text was updated successfully, but these errors were encountered: