rubocop 0.89.1+dfsg-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * d/control (Build-Depends): Raise rubocop-ast version.
  * d/patches/08-simplify-style-mixinusage.patch: Adjust.
    - Raise rubocop-ast version accordingly.

 -- Daniel Leidert <email address hidden>  Thu, 09 Dec 2021 17:13:37 +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
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rubocop_0.89.1+dfsg-3.dsc 2.3 KiB 9f3b39b4582ffdf759a1dc69e97295a7db268da3c71d1502417bb8af5ec83ee4
rubocop_0.89.1+dfsg.orig.tar.xz 736.9 KiB 0bcc09ae44da0d0b406a8715d8ea567f01efaa58ae48a54ba67e9e2efab9626c
rubocop_0.89.1+dfsg-3.debian.tar.xz 12.3 KiB 621abf07a042026ed2ca234337b23bf6786c322c7744d0451490735c9dd96dc7

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.