Source: rubocop
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>,
           Miguel Landaeta <nomadium@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               pry,
               ruby,
               ruby-json,
               ruby-language-server-protocol,
               ruby-lint-roller,
               ruby-parallel,
               ruby-progressbar,
               ruby-rainbow,
               ruby-regexp-parser (<< 3.0),
               ruby-regexp-parser (>= 1.8),
               ruby-rspec,
               ruby-rubocop-ast (<< 2.0),
               ruby-rubocop-ast (>= 1.49.0),
               ruby-ruby-lsp,
               ruby-simplecov,
               ruby-unicode-display-width (>= 2.4.0),
               ruby-webmock,
               ruby-whitequark-parser (>= 3.1.2.1),
               yard
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/rubocop.git
Vcs-Browser: https://salsa.debian.org/ruby-team/rubocop
Homepage: https://github.com/rubocop-hq/rubocop
Testsuite: autopkgtest-pkg-ruby

Package: rubocop
Architecture: all
Depends: ${misc:Depends}, ${ruby: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.
