font size 14px #36
Annotations
10 errors
Lint code for consistent style:
Gemfile#L17
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L18
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
Gemfile#L19
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Lint code for consistent style:
app/components/marksmith/markdown_field/edit_component.rb#L5
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
app/components/marksmith/markdown_field/edit_component.rb#L5
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
app/controllers/marksmith/markdown_previews_controller.rb#L8
Layout/TrailingEmptyLines: 1 trailing blank lines detected.
|
Lint code for consistent style:
config/routes.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
config/routes.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
Lint code for consistent style:
test/dummy/config/initializers/content_security_policy.rb#L13
Layout/CommentIndentation: Incorrect indentation detected (column 0 instead of 4).
|
Lint code for consistent style:
test/dummy/config/initializers/content_security_policy.rb#L14
Layout/CommentIndentation: Incorrect indentation detected (column 4 instead of 0).
|
Loading