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
|
Source: ruby-rubocop-rspec
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>,
Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
rubocop (>= 1.81),
ruby-lint-roller (>= 1.1),
ruby-rack,
ruby-rspec,
ruby-simplecov,
yard
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rubocop-rspec.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rubocop-rspec
Homepage: https://github.com/rubocop-hq/rubocop-rspec
Testsuite: autopkgtest-pkg-ruby
Package: ruby-rubocop-rspec
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Enhances: rubocop
Description: Code style checking for RSpec files
ruby-rubocop-rspec is Ruby library that provides RSpec-specific
analysis for your projects, as an extension to RuboCop.
.
Rubocop is a Ruby static code analyzer based on the community
Ruby style guide.
|