shellcheck 0.4.6-1 source package in Ubuntu

Changelog

shellcheck (0.4.6-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Thu, 06 Jul 2017 22:13:17 -0400

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
shellcheck_0.4.6-1.dsc 2.3 KiB 9a733e725baa6406eb06f69edc30e29b8bf675777ceadc8ba4f1dd8ead70a73c
shellcheck_0.4.6.orig.tar.gz 113.9 KiB 11eb9b2794363fbccc6fbd18601db49680e2c439440a9b103eebfda1aa86b1bc
shellcheck_0.4.6-1.debian.tar.xz 4.4 KiB a16d07f8a79f241e5458a59eeb983dd63d821c9f1c15d565928008d14c5d759f

Available diffs

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.