From 7aafc4b035d4cde22a4032b904c00ce12d6055e2 Mon Sep 17 00:00:00 2001 From: Turiok Date: Wed, 19 Feb 2025 08:46:44 +0100 Subject: [PATCH] Specify the version of the removal --- SC1068.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC1068.md b/SC1068.md index ca99b06..cbcbe86 100644 --- a/SC1068.md +++ b/SC1068.md @@ -1,5 +1,7 @@ # Don't put spaces around the `=` in assignments. +Note: Removed in [v0.7.2 - 2021-04-20](https://github.com/koalaman/shellcheck/commit/fbb14d6b384a65ee16781966d9d240db9ed7b644) + ### Problematic code: ```sh