Merge pull request #3 from pierre-jezegou/refactor-with-slots #43
Annotations
10 errors
Lint code for consistent style:
app/components/banner_component.rb#L24
Style/TrailingCommaInArrayLiteral: Avoid comma after the last item of an array.
|
Lint code for consistent style:
app/components/button_component.rb#L39
Style/TrailingCommaInArrayLiteral: Avoid comma after the last item of an array.
|
Lint code for consistent style:
app/components/card_component.rb#L16
Layout/TrailingWhitespace: Trailing whitespace detected.
|
Lint code for consistent style:
app/components/card_component.rb#L25
Layout/TrailingWhitespace: Trailing whitespace detected.
|
Lint code for consistent style:
app/components/card_component.rb#L45
Style/TrailingCommaInArrayLiteral: Avoid comma after the last item of an array.
|
Lint code for consistent style:
app/components/card_header_component.rb#L26
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
app/components/card_header_component.rb#L26
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
test/components/previews/badge_component_preview.rb#L36
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
test/components/previews/badge_component_preview.rb#L37
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
test/components/previews/badge_component_preview.rb#L37
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Loading