Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: rubocopとシリアライザーを導入 #174

Merged
merged 13 commits into from
Feb 7, 2022

Conversation

yukiHaga
Copy link
Owner

@yukiHaga yukiHaga commented Feb 7, 2022

関連するissue

概要

以下を実行しました。

  • 開発環境でrubocopを導入する。
  • シリアライザーを全環境に導入する。
  • rubocopでLintチェックする。
  • シリアライザーでrenderをシンプルに書く。

確認事項

rubocopを実行したときに、エラーが0件である。

確認方法

以下のコマンドを実行していただけると確認できます。

  bundle exec rubocop

懸念点

.rubocop.ymlのアクション内の最大行を15から33に変更した。

参考記事

@yukiHaga yukiHaga added Priority: high Indicates high priority Type: design Indicates the design of the product labels Feb 7, 2022
@yukiHaga yukiHaga added this to the Improvement milestone Feb 7, 2022
@yukiHaga yukiHaga self-assigned this Feb 7, 2022
@yukiHaga yukiHaga merged commit b93b9cd into develop Feb 7, 2022
@yukiHaga yukiHaga deleted the feature/improvement_#173 branch February 7, 2022 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: high Indicates high priority Type: design Indicates the design of the product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rubocopとシリアライザーを導入する。
1 participant