Box trailing commas linter #348
Annotations
9 errors and 12 warnings
lint_r() should detect lint errors in R scripts
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
|
lint_r() should detect lint errors in R scripts:
app/main.R#L2
file=app/main.R,line=2,col=71,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `]`.
|
lint_r() should detect lint errors in R scripts:
tests/testthat/test-main.R#L2
file=tests/testthat/test-main.R,line=2,col=19,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `]`.
|
Cypress tests should confirm RhinoApp works:
app/main.R#L3
file=app/main.R,line=3,col=29,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `]`.
|
Cypress tests should confirm RhinoApp works:
app/main.R#L4
file=app/main.R,line=4,col=1,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `)`.
|
Cypress tests should confirm RhinoApp works:
app/main.R#L6
file=app/main.R,line=6,col=28,[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#L14
file=app/view/hello.R,line=14,col=3,[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#L15
file=app/view/hello.R,line=15,col=1,[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=43,[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=44,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `)`.
|
Cypress tests should confirm RhinoApp works:
tests/testthat/test-hello.R#L2
file=tests/testthat/test-hello.R,line=2,col=19,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `]`.
|
Cypress tests should confirm RhinoApp works:
tests/testthat/test-say_hello.R#L1
file=tests/testthat/test-say_hello.R,line=1,col=23,[box_trailing_commas_linter] Always have a trailing comma at the end of imports, before a `)`.
|
Cypress tests should confirm RhinoApp works:
tests/testthat/test-say_hello.R#L3
file=tests/testthat/test-say_hello.R,line=3,col=39,[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