rubocop 0.89.1+dfsg-2 source package in Ubuntu

Changelog

rubocop (0.89.1+dfsg-2) unstable; urgency=medium

  * Team upload.
  * d/patches/08-simplify-style-mixinusage.patch: Add.
    - Backport patch to fix MixinUsage with new parser version. 
  * d/patches/09-skip-failing-test.patch: Add patch.
    - Temporarily skip last failing test.
  * d/patches/series: Add new patch.

 -- Daniel Leidert <email address hidden>  Wed, 08 Dec 2021 20:50:38 +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 Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rubocop_0.89.1+dfsg-2.dsc 2.3 KiB fe4cc3fc94fb59f41b1ee3216be0c7fa721c655c52b46f31ebd96a3352b5a80f
rubocop_0.89.1+dfsg.orig.tar.xz 736.9 KiB 0bcc09ae44da0d0b406a8715d8ea567f01efaa58ae48a54ba67e9e2efab9626c
rubocop_0.89.1+dfsg-2.debian.tar.xz 12.1 KiB fb03d64d46c8c61b6ea6ae8909429a5216884e28b607da293d9104578108e732

Available diffs

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.