-
Notifications
You must be signed in to change notification settings - Fork 64
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
Spring cleaning 🧼 #731
Spring cleaning 🧼 #731
Conversation
Closes #682 |
abort("`name` must not contain slashes", class = "pins_check_name") | ||
cli_abort( | ||
"{.var name} must not contain slashes", | ||
class = "pins_check_name", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor - We have somewhat gotten in the habit of classing our errors with
{pkg}_{error}_{descriptor}
# like
pins_error_invalid_name
in practice it doesn't matter much, just letting you know
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This particular one has been around for a while (it predates my work on pins) so I probably won't change it but I'll keep in mind moving forward. 👍
Co-authored-by: Davis Vaughan <[email protected]>
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Closes #730