Skip to content

ユーザープロフィールページの作成 #25

ユーザープロフィールページの作成

ユーザープロフィールページの作成 #25

GitHub Actions / rails_best_practices completed Sep 20, 2023 in 0s

reviewdog [rails_best_practices] report

reported by reviewdog 🐶

Findings (2)

app/views/kaminari/_paginator.html.slim|7| move code into model (page use_count > 2)
app/controllers/users_controller.rb|4| move model logic into model (@user use_count > 4)

Filtered Findings (0)

Annotations

Check notice on line 7 in app/views/kaminari/_paginator.html.slim

See this annotation in the file changed.

@github-actions github-actions / rails_best_practices

[rails_best_practices] app/views/kaminari/_paginator.html.slim#L7

move code into model (page use_count > 2)
Raw output
/home/runner/work/twitter_clone/twitter_clone/app/views/kaminari/_paginator.html.slim:7 - move code into model (page use_count > 2)

Check notice on line 4 in app/controllers/users_controller.rb

See this annotation in the file changed.

@github-actions github-actions / rails_best_practices

[rails_best_practices] app/controllers/users_controller.rb#L4

move model logic into model (@user use_count > 4)
Raw output
/home/runner/work/twitter_clone/twitter_clone/app/controllers/users_controller.rb:4 - move model logic into model (@user use_count > 4)