shellcheck 0.7.0-2build1 source package in Ubuntu

Changelog

shellcheck (0.7.0-2build1) focal; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 09:12:22 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
shellcheck_0.7.0.orig.tar.gz 159.2 KiB 3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef
shellcheck_0.7.0-2build1.debian.tar.xz 3.5 KiB 3b7054f30948e60431161731ecb8544e991272533d727812614192a7a4e2f3e6
shellcheck_0.7.0-2build1.dsc 2.2 KiB bb8f05f5785b32e48643e7f9de9d8378b8e9a0467ec8e6316a175e8dcb1a0675

View changes file

Binary packages built by this source

shellcheck: lint tool for shell scripts

 The goals of ShellCheck are:
 .
  * To point out and clarify typical beginner's syntax issues,
    that causes a shell to give cryptic error messages.
 .
  * To point out and clarify typical intermediate level semantic problems,
    that causes a shell to behave strangely and counter-intuitively.
 .
  * To point out subtle caveats, corner cases and pitfalls, that may cause an
    advanced user's otherwise working script to fail under future circumstances.