Removed unnecessary concantenations
This commit is contained in:
parent
8b0d1c3cc3
commit
c5cf0edd1d
5 changed files with 8 additions and 7 deletions
3
.github/workflows/r.yml
vendored
3
.github/workflows/r.yml
vendored
|
|
@ -110,7 +110,8 @@ jobs:
|
|||
pipe_continuation_linter, semicolon_terminator_linter,
|
||||
single_quotes_linter, spaces_inside_linter,
|
||||
trailing_blank_lines_linter, trailing_whitespace_linter,
|
||||
undesirable_function_linter, undesirable_operator_linter
|
||||
undesirable_function_linter, undesirable_operator_linter,
|
||||
unneeded_concatenation_linter
|
||||
) # TODO: expand style rules as package matures
|
||||
lint_package(linters = style_rules)
|
||||
shell: Rscript {0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue