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

GitHub Actions / StandardRB failed Jan 19, 2024 in 1s

StandardRB

45 offense(s) found

Annotations

Check failure on line 1 in app/controllers/api/v1/api_controller.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/controllers/api/v1/api_controller.rb#L1

Controllers should subclass `ApplicationController`.

Check failure on line 3 in app/controllers/api/v1/api_controller.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/controllers/api/v1/api_controller.rb#L2-L3

Extra empty line detected at class body beginning.

Check failure on line 10 in app/controllers/api/v1/domains_controller.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/controllers/api/v1/domains_controller.rb#L10

Trailing whitespace detected.

Check failure on line 5 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L5

Specify an `:inverse_of` option.

Check failure on line 6 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L6

Use one level of indentation for arguments following the first line of a multi-line method call.

Check failure on line 6 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L6

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 7 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L7

Use one level of indentation for arguments following the first line of a multi-line method call.

Check failure on line 8 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L8

Use one level of indentation for arguments following the first line of a multi-line method call.

Check failure on line 10 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L10

Specify an `:inverse_of` option.

Check failure on line 11 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L11

Use one level of indentation for arguments following the first line of a multi-line method call.

Check failure on line 11 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L11

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 12 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L12

Use one level of indentation for arguments following the first line of a multi-line method call.

Check failure on line 13 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L13

Use one level of indentation for arguments following the first line of a multi-line method call.

Check failure on line 14 in app/models/user/user.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

app/models/user/user.rb#L14

Trailing whitespace detected.

Check failure on line 16 in config/initializers/doorkeeper.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

config/initializers/doorkeeper.rb#L15-L16

Extra empty line detected at block body end.

Check failure on line 6 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L6

Unnecessary spacing detected.

Check failure on line 6 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L6

Unnecessary spacing detected.

Check failure on line 7 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L7

Unnecessary spacing detected.

Check failure on line 7 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L7

Unnecessary spacing detected.

Check failure on line 8 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L8

Unnecessary spacing detected.

Check failure on line 8 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L8

Unnecessary spacing detected.

Check failure on line 13 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L13

Unnecessary spacing detected.

Check failure on line 14 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L14

Unnecessary spacing detected.

Check failure on line 14 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L14

Unnecessary spacing detected.

Check failure on line 14 in db/migrate/20240118051026_create_doorkeeper_tables.rb

See this annotation in the file changed.

@github-actions github-actions / StandardRB

db/migrate/20240118051026_create_doorkeeper_tables.rb#L14

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.