From d999a0350ad94656070493c9fe00ac9340b238f3 Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 19:01:13 +0100 Subject: [PATCH] Specify the version of the removal --- SC2130.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC2130.md b/SC2130.md index e5cf006..2d2b648 100644 --- a/SC2130.md +++ b/SC2130.md @@ -1,5 +1,7 @@ ## `-eq` is for integer comparisons. Use `=` instead. +_Note: This warning seems replace by SC2170 or SC2309. Removed in ![https://github.com/koalaman/shellcheck/commit/b9cb040128f0f90ad43efbdae7ae2a8d36941cfe](V0.4.2 - 2016-01-10)_ + ### Problematic code: ```sh