-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Description
I'm not familiar with how linters are implemented, but perhaps it's possible that only one of those linters takes care of the space before a curly brace:
file.R:125:31: style: [brace_linter] There should be a space before an opening curly brace.
if(inherits(object, "list")){
^
file.R:125:31: style: [paren_body_linter] Put a space between a right parenthesis and a body expression.
if(inherits(object, "list")){
^
file.R:130:42: style: [brace_linter] There should be a space before an opening curly brace.
results <- lapply(object, function(o){
^
file.R:130:42: style: [paren_body_linter] Put a space between a right parenthesis and a body expression.
results <- lapply(object, function(o){
^
Metadata
Metadata
Assignees
Labels
No labels