Skip to content

Merge pull request #13 from noclocks/dependabot/github_actions/JamesI… #20

Merge pull request #13 from noclocks/dependabot/github_actions/JamesI…

Merge pull request #13 from noclocks/dependabot/github_actions/JamesI… #20

Triggered via push October 24, 2024 16:47
Status Failure
Total duration 4m 10s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint
Process completed with exit code 31.
lint
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint: data-raw/client_demo_data.R#L1
file=data-raw/client_demo_data.R,line=1,col=3,[commented_code_linter] Commented code should be removed.
lint: data-raw/client_demo_data.R#L7
file=data-raw/client_demo_data.R,line=7,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 111 characters.
lint: data-raw/client_demo_data.R#L15
file=data-raw/client_demo_data.R,line=15,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 84 characters.
lint: data-raw/color_palette.R#L35
file=data-raw/color_palette.R,line=35,col=15,[infix_spaces_linter] Put spaces around all infix operators.
lint: data-raw/color_palette.R#L43
file=data-raw/color_palette.R,line=43,col=22,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint: data-raw/color_palette.R#L43
file=data-raw/color_palette.R,line=43,col=39,[brace_linter] Closing curly-braces should always be on their own line, unless they are followed by an else.
lint: data-raw/color_palette.R#L49
file=data-raw/color_palette.R,line=49,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: data-raw/color_palette.R#L58
file=data-raw/color_palette.R,line=58,col=16,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint: data-raw/color_palette.R#L58
file=data-raw/color_palette.R,line=58,col=34,[brace_linter] Closing curly-braces should always be on their own line, unless they are followed by an else.
lint: data-raw/color_palette.R#L65
file=data-raw/color_palette.R,line=65,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 92 characters.