practicalswift
|
a517541794
|
Remove no longer needed shellcheck suppressions
|
2019-01-16 15:47:56 +01:00 |
|
practicalswift
|
07a53dce9f
|
Remove repeated suppression. Fix indentation.
|
2019-01-16 15:47:56 +01:00 |
|
Vidar Holen
|
cbd9091ed5
|
refactor/lint: Add ignored suggestions to an array
This avoids duplicating the codes between command and comments.
|
2019-01-14 18:58:57 -08:00 |
|
João Barbosa
|
f652f85d0c
|
qa: Ignore shellcheck warning SC2236
With shellcheck 0.6.0 the warning `SC2236 - Use -n instead of ! -z` is raised.
This change adds that warning to the ignored list.
|
2019-01-14 15:21:47 +00:00 |
|
practicalswift
|
908a559f33
|
macOS fix: Add excludes for checks added in the newer shellcheck version installed by brew
|
2018-08-31 00:57:42 +02:00 |
|
Julian Fleischer
|
83c48d9a1f
|
fix locale for lint-shell
|
2018-08-02 14:46:05 +02:00 |
|
DesWurstes
|
000000035b
|
Obsolete #!/bin/bash shebang
|
2018-06-20 11:12:41 +03:00 |
|
practicalswift
|
3352da8da1
|
Add "export LC_ALL=C" to all shell scripts
|
2018-06-14 15:27:52 +02:00 |
|
MarcoFalke
|
fa3c910bfe
|
test: Move linters to test/lint, add readme
|
2018-05-24 12:02:15 -04:00 |
|