shellcheck 0.7.0-2 source package in Ubuntu

Changelog

shellcheck (0.7.0-2) unstable; urgency=medium

  * Sourceful upload after mistakenly uploading amd64

 -- Samuel Henrique <email address hidden>  Tue, 19 Nov 2019 21:03:18 +0000

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
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-2.dsc 2.2 KiB 5c0a2108ad885f81157393401921f712c526e57b5e295ec9fb4edf4856b96818
shellcheck_0.7.0.orig.tar.gz 159.2 KiB 3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef
shellcheck_0.7.0-2.debian.tar.xz 3.4 KiB 5a92e8a7dec1f5a043b1375424df48d59ac54d4e2817bec8d0e0a46ed1f9a48b

No changes file available.

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.