shellcheck 0.10.0-1 source package in Ubuntu

Changelog

shellcheck (0.10.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.2

  [ Samuel Henrique ]
  * New upstream release

 -- Samuel Henrique <email address hidden>  Sun, 17 Mar 2024 09:09:13 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
shellcheck_0.10.0-1.dsc 2.5 KiB f90fe9404e9cb559374d31c5f574a9fd7472458bcbb0bd4434c255cf3766ee93
shellcheck_0.10.0.orig.tar.gz 229.4 KiB 4d08db432d75a34486a55f6fff9d3e3340ce56125c7804b7f8fd14421b936d21
shellcheck_0.10.0-1.debian.tar.xz 3.8 KiB ca394dce26d52415c936c2ba7fe0b551df126f112a3fd36d9e3acc246a144250

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.