Rubocop

作者: Henry_Liu | 来源:发表于2018-03-22 09:54 被阅读0次

RuboCop: A Ruby static code analyzer, based on the community Ruby style guide.
GitHub: https://github.com/bbatsov/rubocop

install
gem install rubocop

usage
Running rubocop with no arguments will check all ruby source files in the current directory:
$ rubocop
Alternatively you can rubocop a list of files and directories to check:
$rubocop directories files

相关文章

  • RuboCop

    什么是RuboCop Rubocop 是基于 ruby-style-guide / Ruby 风格指导 实现的一个...

  • rubocop——ruby代码风格检查器

    rubocop——ruby代码风格检查器 rubocop 是Ruby代码风格自动检查工具,基于ruby-style...

  • Rubocop

    RuboCop: A Ruby static code analyzer, based on the commun...

  • rubocop的用法

    rubocop是Ruby的代码分析器,在工作中使用可以帮助开发人员编写出符合Ruby规范的代码。此文就结合我的实际...

  • Could not find proper version of

    安装rubocop后,为atom-beautify进行ruby相关配置如下: 保存代码后报错如下: 解决方法:Se...

  • rubocop 风格检查结果分析

    rubocop 作为ruby代码检查工具,对规范代码风格有很强的作用。使用 -D 参数会显示错误类型,方便总结归类...

网友评论

      本文标题:Rubocop

      本文链接:https://www.haomeiwen.com/subject/rtioqftx.html