File: control

package info (click to toggle)
rubocop 0.52.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,472 kB
  • sloc: ruby: 113,281; makefile: 9
file content (51 lines) | stat: -rw-r--r-- 1,716 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: rubocop
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>,
           Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               git,
               pry,
               rake,
               ruby-parallel,
               ruby-powerpack,
               ruby-progressbar,
               ruby-rainbow,
               ruby-rspec,
               ruby-rubocop-rspec,
               ruby-simplecov,
               ruby-unicode-display-width,
               ruby-webmock,
               ruby-whitequark-parser,
               yard
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/rubocop.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/rubocop.git
Homepage: https://github.com/bbatsov/rubocop
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: rubocop
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-parallel,
         ruby-powerpack,
         ruby-progressbar (>= 1.4),
         ruby-rainbow,
         ruby-unicode-display-width,
         ruby-whitequark-parser,
         ${misc:Depends},
         ${shlibs:Depends}
Description: 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.