Commit 21b3f00
committed
Makefile: Ignore SC2329
In previous versions of shellcheck, SC2317 was emitted for every line of
a unused function and we're ignoring the SC2317 completely:
https://github.com/docker/docker-install/blob/6e61729e66af62fd54c0b659751a431be8f90f68/Makefile#L6
We were ignoring this error due to `version_compare` being reported as a
false positive.
After
koalaman/shellcheck@4f81dbe
this was fixed and now it produces one `SC2329` for the whole function
instead of multiple SC2137.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>1 parent dd09dd2 commit 21b3f00
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments