Box three dots linter, add exclude argument #370
Annotations
8 errors and 4 warnings
lint_js() should detect lint errors in JS
Requires a space after '{'
|
lint_js() should detect lint errors in JS
Requires a space before '}'
|
lint_js() should detect lint errors in JS
Missing semicolon
|
lint_js() should detect lint errors in JS
Unnecessary semicolon
|
lint_js() should detect lint errors in JS
Expected space(s) after "export"
|
lint_js() should detect lint errors in JS
A space is required after '{'
|
lint_js() should detect lint errors in JS
A space is required before '}'
|
lint_js() should detect lint errors in JS
Newline required at end of file but not found
|
lint_r() should detect lint errors in R scripts:
app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[assignment_linter] Use <-, not =, for assignment.
|
lint_r() should detect lint errors in R scripts:
app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[infix_spaces_linter] Put spaces around all infix operators.
|
lint_r() should detect lint errors in R scripts:
app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=20,[trailing_blank_lines_linter] Missing terminal newline.
|
Cypress tests should confirm RhinoApp works:
tests/testthat/test-hello.R#L6
file=tests/testthat/test-hello.R,line=6,col=18,[box_universal_import_linter] Explicitly declare imports rather than universally import with `...`.
|
The logs for this run have expired and are no longer available.
Loading