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

update rubocop 1.65.1 #1922

Merged
merged 1 commit into from
Aug 19, 2024
Merged

update rubocop 1.65.1 #1922

merged 1 commit into from
Aug 19, 2024

Conversation

takahashim
Copy link
Collaborator

RuboCopを1.65.1に更新します。

Style/SuperArgumentsを適用してsuperの引数を省略しています。

@kmuto
Copy link
Owner

kmuto commented Aug 16, 2024

super全然知らんかった! Java言語上がりだと若干慣れない感じがするんですが、Rubyではこれ常識だったんですかね?

@takahashim
Copy link
Collaborator Author

superの引数はわりと常識というか、10年くらい前からは普通に使われていたような気がします。省略してうれしい場合とうれしくない場合がありそうですが(明示的に書いたほうがわかりやすそうだけど、冗長な上にtypoを見つけるのは困難)。

比較的最近のトピックだとsuperじゃない別の(任意)のメソッドに引数を引き回したい(できれば必要に応じて追加したりもしたい)みたいな用途で、...とか*とか**とかを使ったりするやつがあります。が、こちらは使いすぎ注意なもののはずです。
https://techlife.cookpad.com/entry/2022/12/26/121950#%E3%83%A1%E3%82%BD%E3%83%83%E3%83%89%E5%BC%95%E6%95%B0%E3%81%AE%E5%A7%94%E8%AD%B2%E3%81%AB--%E7%84%A1%E5%90%8D%E5%BC%95%E6%95%B0%E3%81%8C%E4%BD%BF%E3%81%88%E3%82%8B%E3%82%88%E3%81%86%E3%81%AB%E3%81%AA%E3%81%A3%E3%81%9F

Copy link
Owner

@kmuto kmuto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

りょかいです、ありがとうございます!

@kmuto
Copy link
Owner

kmuto commented Aug 19, 2024

こちらもマージします

@kmuto kmuto merged commit 1197c43 into master Aug 19, 2024
17 checks passed
@kmuto kmuto deleted the update-rubocop branch August 19, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants