rubocop 1.39.0+dfsg-1 source package in Ubuntu
Changelog
rubocop (1.39.0+dfsg-1) unstable; urgency=medium * Team upload. * New upstream release. * Remove patches applied by upstream or not applicable anymore. * Refresh remaining patches. * d/control: update dependencies version constraints. * d/control: add ruby-json as b-d. * d/control: do not b-d on ruby-rubocop-rspec. * d/ruby-tests.rake: skip failing tests. * d/rules: no need to override dh_gencontrol to remove ruby-rexml. -- Lucas Kanashiro <email address hidden> Tue, 20 Dec 2022 19:39:01 -0300
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rubocop_1.39.0+dfsg-1.dsc | 2.4 KiB | 3fbcad357d47d9fb39ac358a626c468f2267aa691538dd92c7977207d949d192 |
rubocop_1.39.0+dfsg.orig.tar.xz | 1004.6 KiB | ba0ddf790c6afb418a9de66d272d7205e5ae448c65afbc29fbee56c7eb76ec11 |
rubocop_1.39.0+dfsg-1.debian.tar.xz | 10.8 KiB | 649d802425c4a971b5df95c755d68060318687d03ba531d8ebd8720c0f2e81b2 |
Available diffs
- diff from 0.89.1+dfsg-3 to 1.39.0+dfsg-1 (1.3 MiB)
No changes file available.
Binary packages built by this source
- rubocop: 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.