Merge upstream changes up to 9a3d047f3e604e581e18346424569e28fc9c5b96 #309
Annotations
1 error and 4 warnings
|
app/views/admin/settings/appearance/show.html.haml#L14
Do not use spaces between `->` and `(` in lambda literals.
|
app/views/admin/settings/appearance/show.html.haml#L14
Use the `-> { ... }` lambda literal syntax for single line lambdas. (https://rubystyle.guide#lambda-multi-line)
|
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)
|
app/views/settings/preferences/other/show.html.haml#L27
Use the `-> { ... }` lambda literal syntax for single line lambdas. (https://rubystyle.guide#lambda-multi-line)
|
The logs for this run have expired and are no longer available.
Loading