Skip to content

Provider model implementation #63

Provider model implementation

Provider model implementation #63

Triggered via pull request February 4, 2025 12:51
Status Failure
Total duration 1m 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.