Skip to content

Box trailing commas linter #376

Box trailing commas linter

Box trailing commas linter #376

Triggered via pull request January 12, 2024 07:36
Status Failure
Total duration 8m 28s
Artifacts

e2e-test.yml

on: pull_request
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

44 errors and 25 warnings
ubuntu-22.04 (oldrel)
Requires a space after '{'
ubuntu-22.04 (oldrel)
Requires a space before '}'
ubuntu-22.04 (oldrel)
Missing semicolon
ubuntu-22.04 (oldrel)
Unnecessary semicolon
ubuntu-22.04 (oldrel)
Expected space(s) after "export"
ubuntu-22.04 (oldrel)
A space is required after '{'
ubuntu-22.04 (oldrel)
A space is required before '}'
ubuntu-22.04 (oldrel)
Newline required at end of file but not found
ubuntu-22.04 (oldrel)
Process completed with exit code 1.
ubuntu-22.04 (release)
Process completed with exit code 1.
ubuntu-22.04 (release)
Requires a space after '{'
ubuntu-22.04 (release)
Requires a space before '}'
ubuntu-22.04 (release)
Missing semicolon
ubuntu-22.04 (release)
Unnecessary semicolon
ubuntu-22.04 (release)
Expected space(s) after "export"
ubuntu-22.04 (release)
A space is required after '{'
ubuntu-22.04 (release)
A space is required before '}'
ubuntu-22.04 (release)
Newline required at end of file but not found
ubuntu-22.04 (devel)
Process completed with exit code 1.
ubuntu-22.04 (devel)
Requires a space after '{'
ubuntu-22.04 (devel)
Requires a space before '}'
ubuntu-22.04 (devel)
Missing semicolon
ubuntu-22.04 (devel)
Unnecessary semicolon
ubuntu-22.04 (devel)
Expected space(s) after "export"
ubuntu-22.04 (devel)
A space is required after '{'
ubuntu-22.04 (devel)
A space is required before '}'
ubuntu-22.04 (devel)
Newline required at end of file but not found
macOS-latest (release)
Process completed with exit code 1.
macOS-latest (release)
Requires a space after '{'
macOS-latest (release)
Requires a space before '}'
macOS-latest (release)
Missing semicolon
macOS-latest (release)
Unnecessary semicolon
macOS-latest (release)
Expected space(s) after "export"
macOS-latest (release)
A space is required after '{'
macOS-latest (release)
A space is required before '}'
macOS-latest (release)
Newline required at end of file but not found
windows-latest (release)
Requires a space after '{'
windows-latest (release)
Requires a space before '}'
windows-latest (release)
Missing semicolon
windows-latest (release)
Unnecessary semicolon
windows-latest (release)
Expected space(s) after "export"
windows-latest (release)
A space is required after '{'
windows-latest (release)
A space is required before '}'
windows-latest (release)
Newline required at end of file but not found
ubuntu-22.04 (oldrel): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[assignment_linter] Use <-, not =, for assignment.
ubuntu-22.04 (oldrel): 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.
ubuntu-22.04 (oldrel): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=20,[trailing_blank_lines_linter] Missing terminal newline.
ubuntu-22.04 (oldrel): 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 `)`.
ubuntu-22.04 (oldrel): 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 `)`.
ubuntu-22.04 (release): 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 `)`.
ubuntu-22.04 (release): 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 `)`.
ubuntu-22.04 (release): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[assignment_linter] Use <-, not =, for assignment.
ubuntu-22.04 (release): 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.
ubuntu-22.04 (release): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=20,[trailing_blank_lines_linter] Missing terminal newline.
ubuntu-22.04 (devel): 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 `)`.
ubuntu-22.04 (devel): 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 `)`.
ubuntu-22.04 (devel): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[assignment_linter] Use <-, not =, for assignment.
ubuntu-22.04 (devel): 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.
ubuntu-22.04 (devel): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=20,[trailing_blank_lines_linter] Missing terminal newline.
macOS-latest (release): 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 `)`.
macOS-latest (release): 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 `)`.
macOS-latest (release): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[assignment_linter] Use <-, not =, for assignment.
macOS-latest (release): 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.
macOS-latest (release): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=20,[trailing_blank_lines_linter] Missing terminal newline.
windows-latest (release): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=17,[assignment_linter] Use <-, not =, for assignment.
windows-latest (release): 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.
windows-latest (release): app/logic/bad-style.R#L1
file=app/logic/bad-style.R,line=1,col=20,[trailing_blank_lines_linter] Missing terminal newline.
windows-latest (release): 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 `)`.
windows-latest (release): 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 `)`.