gpt4 book ai didi

RubyMine 与 Rubocop - 如何重新格式化?

转载 作者:行者123 更新时间:2023-12-03 14:50:12 26 4
gpt4 key购买 nike

我在 Rubymine 中安装了 RuboCop,并且 rubocop 的检查错误正确显示。

运行 ⌘+Alt+L 将代码转换为 的 ruby​​mine 样式冲突 与 rubocop 风格。

例如:

some_array = 10.times.map {|index| index * 3}   # rubymine
some_array = 10.times.map { |index| index * 3 } # rubocop

rubocop 将空格放在内联块内。我知道的一件小事。但是 ruby​​mine 自动格式化没有空格,所以我有一大堆检查通知。

最佳答案

在 Rubymine 中,转到 Settings → Editor → Code Style → Ruby 并确保您拥有 花括号周围的空格 选项已选中。

enter image description here

关于RubyMine 与 Rubocop - 如何重新格式化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43667850/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com