shellcheck 0.9.0-1 source package in Ubuntu

Changelog

shellcheck (0.9.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Samuel Henrique ]
  * New upstream release

 -- Samuel Henrique <email address hidden>  Sun, 18 Dec 2022 14:54:01 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
shellcheck_0.9.0-1.dsc 2.4 KiB 509812071e84d3eef6ec80f186d7f440c1a1d3916786cde3b1e31e8ec5476406
shellcheck_0.9.0.orig.tar.gz 225.6 KiB abbee3b729d525a959b06423a71fe3a17ed07b6220bc84394deffe8cd813331c
shellcheck_0.9.0-1.debian.tar.xz 3.8 KiB 544b034159b79e0b4de3d38d3edeee2b4bc4e6725d8dd29c17467e839e3cd38e

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.