标签: ruby atom-editor rubocop linter
我已经全局安装了rubocop并检查了版本以及linter-rubocop,但是当我在编辑器中打开ruby文件时,该错误出现在控制台中:
Error running RuboCop Error: -s/--stdin requires exactly one path.
我尝试手动运行rubocop -s <path to file>,错误仍然存在。
rubocop -s <path to file>
有什么建议吗?