forked from pool/ShellCheck
Accepting request 642914 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/642914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ShellCheck?expand=0&rev=12
This commit is contained in:
commit
fc4e64e6ff
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2b9430736f48de17a60c035546a6a969c14392521bec30119e1c869017d3307c
|
oid sha256:4159978777531a27246e62cd6bd6a3f18d445008f08f8fc682b2896d36f8f0f1
|
||||||
size 133265
|
size 137170
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 15 16:52:08 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version v0.5.0-81-ge0e46e9 from Github to fix the build
|
||||||
|
with GHC 8.6.x.
|
||||||
|
|
||||||
|
* Added
|
||||||
|
Command line option --severity/-S for filtering by minimum severity
|
||||||
|
SC2236/SC2237: Suggest -n/-z instead of ! -z/-n
|
||||||
|
SC2238: Warn when redirecting to a known command name, e.g. ls > rm
|
||||||
|
|
||||||
|
* Changed
|
||||||
|
Most warnings now have useful end positions
|
||||||
|
SC1117 about unknown double-quoted escape sequences has been retired
|
||||||
|
|
||||||
|
* Fixed
|
||||||
|
SC2021 no longer triggers for equivalence classes like '[=e=]'
|
||||||
|
SC2221/SC2222 no longer mistriggers on fall-through case branches
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com
|
Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
@ -8,7 +27,7 @@ Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com
|
|||||||
Fri Jul 13 14:31:59 UTC 2018 - psimons@suse.com
|
Fri Jul 13 14:31:59 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
- Update ShellCheck to version 0.5.0.
|
- Update ShellCheck to version 0.5.0.
|
||||||
Upstream does not provide a change log file.
|
* Added SC2233/SC2234/SC2235: Suggest removing or replacing (..) around tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 16 14:36:30 UTC 2018 - psimons@suse.com
|
Wed May 16 14:36:30 UTC 2018 - psimons@suse.com
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ Summary: Shell script analysis tool
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
URL: https://hackage.haskell.org/package/%{name}
|
URL: https://hackage.haskell.org/package/%{name}
|
||||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user