Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试禁用 AllCops 中定义的规则 - 看来
# rubocop:disable all
不会忽略 AllCops 下定义的规则,特别是 TargetRubyVersion。
有没有办法完全禁用某个代码块的 Rubocop?
在我看来,你在 Rubocop中受到这个问题的影响。我建议将 Rubocop 升级到更新的版本。