shellcheck 0.3.3-1~ubuntu14.04.1 source package in Ubuntu

Changelog

shellcheck (0.3.3-1~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1359996)
 -- Felix Geyer <email address hidden>   Sat, 23 Aug 2014 10:15:26 +0200

Upload details

Uploaded by:
Felix Geyer
Uploaded to:
Trusty
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports universe devel

Downloads

File Size SHA-256 Checksum
shellcheck_0.3.3.orig.tar.gz 69.5 KiB 23bd46ef7db564ba9e26921f0c1d9c41ebf39f56099a06b128489bb8d8619596
shellcheck_0.3.3-1~ubuntu14.04.1.debian.tar.xz 12.2 KiB bcf184de61ee15088222f9dd0b6d72969ee7a273efc279cb40f3bd7bdfa9818a
shellcheck_0.3.3-1~ubuntu14.04.1.dsc 2.1 KiB 073f6e6dc72a1ea30746775fe58021aba13c3dd99d40ccf0f433b8f7a57675c2

View changes file

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.