Files
kubernetes/hack
Odin Ugedal 65a66b9d7f Bump shellcheck to v0.7.0
Changelog:
https://github.com/koalaman/shellcheck/blob/master/CHANGELOG.md

We have some new erros due to the version bump.

- SC2034: VARIABLE_XYZ appears unused. Verify use (or export if used externally).
    - Applies to all scripts we source in other scripts
- SC2039: In POSIX sh, set option pipefail is undefined.
    - Applies to files using it with "sh" instead of "bash" in the shebang
- SC2054: Use spaces, not commas, to separate array elements.
    - Fixing Should make no difference in the code
- SC2128: Expanding an array without an index only gives the first element.
    - Fixing Should make no difference in the code
- SC2251: This ! is not on a condition and skips errexit. Use `&& exit 1` instead, or make sure $? is checked.
    - Not 100% sure if we can swap to `&& exit 1`. Applies to a lot of
    test code.

All changes should be straight forward to fix, but will be done in a
separate PR.
2019-10-23 21:32:19 +02:00
..
2019-08-16 23:47:43 -07:00
2019-09-25 16:43:08 -07:00
2019-10-23 21:32:19 +02:00
2019-02-22 10:00:10 -08:00
2019-01-22 08:39:55 +08:00
2019-01-22 08:39:55 +08:00
2019-10-11 17:46:18 -04:00
2019-06-15 22:31:39 -04:00
2019-06-15 22:31:39 -04:00
2019-04-20 05:08:00 -04:00
2019-10-23 21:32:19 +02:00
2019-02-18 19:11:21 -05:00