You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... The default naming styles are "snake_case" and "symbols".
After that, there is no explanation of what "symbols" means, and there is no example that uses styles = "symbols". Could this documentation please be added?
Thanks
The text was updated successfully, but these errors were encountered:
I was recently asked by my team what the "symbols" style for object_name_linter linter did - so did some digging and hit same issue as you @hedsnz . Appears this was introduced to resolve issue #615 which provides helpful examples to demonstrate applicable cases.
Not sure where to document the regexes, but I would describe "symbols" as function names containing only non-alphanumeric characters, e.g., `%+%` from ggplot2 or `%>%` from magrittr.
The documentation for
object_name_linter
describes:After that, there is no explanation of what "symbols" means, and there is no example that uses
styles = "symbols"
. Could this documentation please be added?Thanks
The text was updated successfully, but these errors were encountered: