[ 源代码: rubocop ]
软件包:rubocop(1.39.0+dfsg-1)
rubocop 的相关链接
Debian 的资源:
下载源码包 rubocop:
维护小组:
- Debian Ruby Team (QA 页面, 邮件存档)
- Sebastien Badia (QA 页面)
- Miguel Landaeta (QA 页面)
- Utkarsh Gupta (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
Ruby static code analyzer
rubocop is a static code analyzer for Ruby, out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide.
Most aspects of its behavior can be tweaked via various configuration options.
Apart from reporting problems in your code, RuboCop can also automatically fix some of the problems for you.
其他与 rubocop 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-json (>= 2.3)
- JSON library for Ruby
-
- dep: ruby-parallel (>= 1.10)
- library to run any kind of code in parallel processes
-
- dep: ruby-progressbar (>= 1.7)
- text progress bar library for Ruby
-
- dep: ruby-rainbow (<< 4.0)
- extension of Ruby String class enabling colored text on ANSI terminals
- dep: ruby-rainbow (>= 2.2.2)
-
- dep: ruby-regexp-parser (<< 3.0)
- Scanner, lexer, parser for ruby's regular expressions
- dep: ruby-regexp-parser (>= 1.8)
-
- dep: ruby-rexml (<< 4.0)
- 软件包暂时不可用
- dep: ruby-rexml (>= 3.2.5)
-
- dep: ruby-rubocop-ast (<< 2.0)
- RuboCop tools to deal with Ruby code AST
- dep: ruby-rubocop-ast (>= 1.23.0)
-
- dep: ruby-unicode-display-width (<< 3.0)
- Determines the monospace display width of a string in Ruby
- dep: ruby-unicode-display-width (>= 1.4.0)
-
- dep: ruby-whitequark-parser (>= 3.1.2.1)
- Ruby parser written in pure Ruby