implement and test filtering #11
Annotations
1 error and 10 warnings
lint
Process completed with exit code 31.
|
lint:
R/api.R#L102
file=R/api.R,line=102,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
|
lint:
R/api.R#L105
file=R/api.R,line=105,col=48,[commas_linter] Commas should always have a space after.
|
lint:
R/api.R#L107
file=R/api.R,line=107,col=44,[commas_linter] Commas should always have a space after.
|
lint:
R/utils.R#L1
file=R/utils.R,line=1,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
R/utils.R#L2
file=R/utils.R,line=2,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
R/utils.R#L3
file=R/utils.R,line=3,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
R/utils.R#L4
file=R/utils.R,line=4,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
tests/testthat/helper.R#L1
file=tests/testthat/helper.R,line=1,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 84 characters.
|
lint:
tests/testthat/helper.R#L25
file=tests/testthat/helper.R,line=25,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
|
lint:
tests/testthat/helper.R#L27
file=tests/testthat/helper.R,line=27,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
|