Provider model implementation #63
Annotations
10 errors
|
lint:
app/models/branch.rb#L4
Layout/TrailingEmptyLines: Final newline missing.
|
|
lint:
spec/requests/providers_spec.rb#L1
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
|
lint:
spec/requests/providers_spec.rb#L22
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
|
lint:
spec/requests/providers_spec.rb#L22
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
|
lint:
spec/requests/providers_spec.rb#L23
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
|
lint:
spec/requests/providers_spec.rb#L23
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
|
lint:
spec/views/providers/edit.html.erb_spec.rb#L1
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
|
lint:
spec/views/providers/edit.html.erb_spec.rb#L7
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call.
|
|
lint:
spec/views/providers/edit.html.erb_spec.rb#L19
Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning.
|
|
lint:
spec/views/providers/index.html.erb_spec.rb#L1
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|