Add a GHA for linting code #25
Annotations
1 error and 10 warnings
lint
Process completed with exit code 31.
|
lint:
inst/atime/tests.R#L3
file=inst/atime/tests.R,line=3,col=191,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L4
file=inst/atime/tests.R,line=4,col=141,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L32
file=inst/atime/tests.R,line=32,col=23,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L58
file=inst/atime/tests.R,line=58,col=2,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L62
file=inst/atime/tests.R,line=62,col=114,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L64
file=inst/atime/tests.R,line=64,col=115,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L74
file=inst/atime/tests.R,line=74,col=94,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L84
file=inst/atime/tests.R,line=84,col=28,[undesirable_operator_linter] Avoid undesirable operator `:::`. It accesses non-exported functions inside packages. Code relying on these is likely to break in future versions of the package because the functions are not part of the public interface and may be changed or removed by the maintainers without notice. Use public functions via `::` instead.
|
lint:
inst/atime/tests.R#L91
file=inst/atime/tests.R,line=91,col=65,[trailing_whitespace_linter] Remove trailing whitespace.
|
lint:
inst/atime/tests.R#L104
file=inst/atime/tests.R,line=104,col=28,[undesirable_operator_linter] Avoid undesirable operator `:::`. It accesses non-exported functions inside packages. Code relying on these is likely to break in future versions of the package because the functions are not part of the public interface and may be changed or removed by the maintainers without notice. Use public functions via `::` instead.
|