Chef:无法加载这样的文件--rubocop / formatter / checkstyle_formatter

时间:2015-04-14 18:44:29

标签: ruby chef rubocop

我正在运行以下命令:

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 install rubocop-checkstyle_formatter

RuboCop(0.28.0)在Chef-DK 0.4.0内交付,没有Formater,它正在运行。

以下是Formater的页面:https://github.com/eitoball/rubocop-checkstyle_formatter

我没有通过google搜索或在stackoverflow中找到任何解决方案。 任何tipps如何解决或分析问题?我是Ruby的新手。

1 个答案:

答案 0 :(得分:1)

我以一种相对愚蠢的方式解决了这个问题,但它确实有效。所以基本上cd到你的rubocop gem文件夹(比如/home/ec2-user/.rvm/gems/ruby-2.1.2/gems/rubocop-0.34.2/lib/rubocop),然后你会看到一个名为formatter的目录,然后cd进入该formatter文件夹,你会看到一堆.rb文件用于不同的格式化程序。 现在来了解决方案。

{{1}}

然后将https://developers.google.com/identity/protocols/OAuth2复制到刚刚创建的文件中。

然后你应该好好去