From b01490b98bc4acb0299c5815681122b8cecfbe30 Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 19:02:39 +0100 Subject: [PATCH] Updated SC2130 (markdown) --- SC2130.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2130.md b/SC2130.md index 9ed309f..29e95e1 100644 --- a/SC2130.md +++ b/SC2130.md @@ -1,6 +1,6 @@ ## `-eq` is for integer comparisons. Use `=` instead. -_Note: This warning seems replace by SC2170 or SC2309. Removed in ![V0.4.2 - 2016-01-10](https://github.com/koalaman/shellcheck/commit/b9cb040128f0f90ad43efbdae7ae2a8d36941cfe)_ +_Note: This warning seems replace by SC2170 or SC2309. Removed in [V0.4.2 - 2016-01-10](https://github.com/koalaman/shellcheck/commit/b9cb040128f0f90ad43efbdae7ae2a8d36941cfe)_ ### Problematic code: