Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

sync main -> api (#49) #22

sync main -> api (#49)

sync main -> api (#49) #22

Triggered via push January 19, 2024 06:07
Status Success
Total duration 28s
Artifacts

standard.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

45 errors
app/controllers/api/v1/api_controller.rb#L1
Controllers should subclass `ApplicationController`.
app/controllers/api/v1/api_controller.rb#L2
Extra empty line detected at class body beginning.
app/controllers/api/v1/domains_controller.rb#L10
Trailing whitespace detected.
app/models/user/user.rb#L5
Specify an `:inverse_of` option.
app/models/user/user.rb#L6
Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/user/user.rb#L6
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/user/user.rb#L7
Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/user/user.rb#L8
Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/user/user.rb#L10
Specify an `:inverse_of` option.
app/models/user/user.rb#L11
Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/user/user.rb#L11
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/user/user.rb#L12
Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/user/user.rb#L13
Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/user/user.rb#L14
Trailing whitespace detected.
config/initializers/doorkeeper.rb#L15
Extra empty line detected at block body end.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L6
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L6
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L7
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L7
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L8
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L8
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L13
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L14
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L14
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L14
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L16
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L22
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L23
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L24
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L24
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L25
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L25
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L26
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L26
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L27
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L27
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L27
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L28
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L44
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L54
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L55
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L56
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L73
Unnecessary spacing detected.
db/migrate/20240118051026_create_doorkeeper_tables.rb#L80
execute is not reversible.
db/migrate/20240118133216_create_doorkeeper_openid_connect_tables.rb#L3
Add timestamps when creating a new table.