我正在运行以下命令:
rubocop --require rubocop/formatter/checkstyle_formatter --format RuboCop::Formatter::CheckstyleFormatter --no-color --silent --rails --out checkstyle.xml
并得到这个错误:
C:/opscode/chefdk/embedded/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- rubocop/formatter/checkstyle_formatter (LoadError)
环境是 Windows 上的 Chef-DK 0.4.0。我已经安装了gem:
gem install rubocop-checkstyle_formatter
RuboCop (0.28.0) 在 Chef-DK 0.4.0 中交付,并且在没有 Formater 的情况下它可以工作。
这是格式化程序的页面:https ://github.com/eitoball/rubocop-checkstyle_formatter
通过谷歌搜索或在stackoverflow中搜索,我没有找到任何解决方案。任何提示如何解决或分析问题?我是红宝石的新手。