Skip to content

Merge upstream changes up to 9a3d047f3e604e581e18346424569e28fc9c5b96 #309

Merge upstream changes up to 9a3d047f3e604e581e18346424569e28fc9c5b96

Merge upstream changes up to 9a3d047f3e604e581e18346424569e28fc9c5b96 #309

Triggered via pull request October 24, 2023 18:49
Status Failure
Total duration 1m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint-haml.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
lint
Process completed with exit code 65.
lint: app/views/admin/settings/appearance/show.html.haml#L14
Do not use spaces between `->` and `(` in lambda literals.
lint: app/views/admin/settings/appearance/show.html.haml#L14
Use the `-> { ... }` lambda literal syntax for single line lambdas. (https://rubystyle.guide#lambda-multi-line)
lint: app/views/layouts/_theme.html.haml#L2
Favor modifier `if` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`. (https://rubystyle.guide#if-as-a-modifier)
lint: app/views/settings/preferences/other/show.html.haml#L27
Use the `-> { ... }` lambda literal syntax for single line lambdas. (https://rubystyle.guide#lambda-multi-line)