use lintr config file, and lintr action, testing this out, may revert it #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 10 warnings
lint
Process completed with exit code 31.
|
lint:
R/auth.R#L1
file=R/auth.R,line=1,col=1,[trailing_blank_lines_linter] Trailing blank lines are superfluous.
|
lint:
R/billing.R#L35
file=R/billing.R,line=35,col=22,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/billing.R#L35
file=R/billing.R,line=35,col=22,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/billing.R#L37
file=R/billing.R,line=37,col=54,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint:
R/billing.R#L37
file=R/billing.R,line=37,col=54,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/billing.R#L37
file=R/billing.R,line=37,col=54,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|
lint:
R/billing.R#L37
file=R/billing.R,line=37,col=81,[line_length_linter] Lines should not be more than 80 characters.
|
lint:
R/billing.R#L38
file=R/billing.R,line=38,col=61,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint:
R/billing.R#L38
file=R/billing.R,line=38,col=61,[brace_linter] There should be a space before an opening curly brace.
|
lint:
R/billing.R#L38
file=R/billing.R,line=38,col=61,[paren_body_linter] There should be a space between a right parenthesis and a body expression.
|