rubocop 0.52.1+dfsg-1 source package in Ubuntu
Changelog
rubocop (0.52.1+dfsg-1) unstable; urgency=medium * New upstream version 0.52.1+dfsg + Fix FTBFS, support for Ruby 2.5 added upstream (Closes: #888185) * d/compat: Bump compat version to 11 * d/control: + Bump to Standards-Version 4.1.3 (no changes needed) + Added pry and rubocop-rspec to build-deps * d/patches: + Refresh Debian patches (new upstream) + Update series (patch-file-present-but-not-mentioned-in-series) -- Sebastien Badia <email address hidden> Sat, 10 Feb 2018 18:22:05 +0100
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 | |
---|---|---|---|---|
Focal | release | universe | misc | |
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rubocop_0.52.1+dfsg-1.dsc | 2.2 KiB | 9dc5b8997053cef155f47f5ca6f6637f72c851a4c5f27fe346b8c5f0108cf5be |
rubocop_0.52.1+dfsg.orig.tar.gz | 924.8 KiB | 297b2eec8d527369c5a1ef94c8b3ec2464a94a78f6e2918b48471930dea88b7c |
rubocop_0.52.1+dfsg-1.debian.tar.xz | 9.9 KiB | 14079ab7257898ae9e6d080ab1e888b9692f161509b35730ae841d2e87159bba |
Available diffs
- diff from 0.51.0+dfsg-1 to 0.52.1+dfsg-1 (347.5 KiB)
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.