Box universal import linter #366
Annotations
9 errors and 6 warnings
Cypress tests should confirm RhinoApp works
Process completed with exit code 1.
|
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
|
Cypress tests should confirm RhinoApp works:
tests/testthat/test-hello.R#L3
file=tests/testthat/test-hello.R,line=3,col=12,[box_universal_import_linter] Explicitly declare imports rather than universally import with `...`.
|
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 `...`.
|
Cypress tests should confirm RhinoApp works:
tests/testthat/test-say_hello.R#L1
file=tests/testthat/test-say_hello.R,line=1,col=19,[box_universal_import_linter] Explicitly declare imports rather than universally import with `...`.
|
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.
|
The logs for this run have expired and are no longer available.
Loading