Box trailing commas linter #376
Annotations
8 errors and 5 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:
app/main.R#L6
file=app/main.R,line=6,col=24,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `)`.
|
Cypress tests should confirm RhinoApp works:
app/view/hello.R#L17
file=app/view/hello.R,line=17,col=40,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `)`.
|
The logs for this run have expired and are no longer available.
Loading