Skip to content

Conversation

@MichaelChirico
Copy link
Collaborator

@MichaelChirico MichaelChirico commented Nov 30, 2020

Closes #597

@lintr-bot
Copy link

R/utils.R:1:1: style: Variable and function name style should be snake_case.

`%||%` <- function(x, y) {
^~~~~~

R/utils.R:9:1: style: Variable and function name style should be snake_case.

`%==%` <- function(x, y) {
^~~~~~

R/utils.R:13:1: style: Variable and function name style should be snake_case.

`%!=%` <- function(x, y) {
^~~~~~

R/utils.R:17:1: style: Variable and function name style should be snake_case.

"%:::%" <- function(p, f) {
^~~~~~~

R/zzz.R:185:1: style: Variable and function name style should be snake_case.

.onLoad <- function(libname, pkgname) {
^~~~~~~

@MichaelChirico
Copy link
Collaborator Author

For covr: everything is lines that will be nocov'd in #629, so let's re-run after merging that

@MichaelChirico MichaelChirico changed the title WIP: enable object_name_linter and apply it enable object_name_linter and apply it Dec 1, 2020
@MichaelChirico MichaelChirico merged commit f2d2666 into master Dec 6, 2020
@MichaelChirico MichaelChirico deleted the enable-object-name branch December 6, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make R/ conform to object_name_linter

4 participants