We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RuboCopというRubyの静的解析ツールにはflip-flopオペレータの使用を検出するLint/FlipFlopというルールがあります。 そのドキュメントコメントに
flip-flop operator is deprecated since Ruby 2.6.0. https://github.com/rubocop-hq/rubocop/blob/3be221e4f5619e58b1f56d94b9d08d0e5524489c/lib/rubocop/cop/lint/flip_flop.rb#L7
flip-flop operator is deprecated since Ruby 2.6.0.
https://github.com/rubocop-hq/rubocop/blob/3be221e4f5619e58b1f56d94b9d08d0e5524489c/lib/rubocop/cop/lint/flip_flop.rb#L7
とあります。 ですが、この警告は2.7では削除されるようです。
https://bugs.ruby-lang.org/issues/5400
なので、この1文を削除したり、もう少し説明を足したりしたほうが良いような気がします。
The text was updated successfully, but these errors were encountered:
キャッチアップありがとうございます!これは元々 Style 部署にいた FlipFlop cop を Lint 部署に移動した際の理由として記したものです。 rubocop/rubocop#6636
Style
FlipFlop
Lint
部署を Style に戻すべきかは悩ましいですが、たしかにコメントについて更新した方が良さそうです。よければ更新をお願いできると嬉しいです。
Sorry, something went wrong.
No branches or pull requests
RuboCopというRubyの静的解析ツールにはflip-flopオペレータの使用を検出するLint/FlipFlopというルールがあります。
そのドキュメントコメントに
とあります。
ですが、この警告は2.7では削除されるようです。
https://bugs.ruby-lang.org/issues/5400
なので、この1文を削除したり、もう少し説明を足したりしたほうが良いような気がします。
The text was updated successfully, but these errors were encountered: