shellcheck 0.7.2-2 source package in Ubuntu

Changelog

shellcheck (0.7.2-2) unstable; urgency=medium

  * d/rules: Fix manpage generation (closes: #918555, #985003)

 -- Samuel Henrique <email address hidden>  Sun, 15 Aug 2021 18:12:05 +0100

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.2-2.dsc 2.2 KiB 60622c165705730034a2614083e32d64844d3559dc66edc5ed3f16de949e8186
shellcheck_0.7.2.orig.tar.gz 169.9 KiB ff7534d80c3dc8817c0794a76f432979a7d5c2e537ee5a7c19b424aca41d8472
shellcheck_0.7.2-2.debian.tar.xz 3.5 KiB 460789388d15d909b9c2d8570d41afbba9a839c42f426a5b961013e321a3a334

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.