From 70f00f34f65280cd7b3fc1e0db2df65408f62859 Mon Sep 17 00:00:00 2001 From: Sandro Ciervo Date: Thu, 3 Oct 2024 11:24:35 +0200 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db40932..c4c7265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and adheres to a project-specific [Versioning](/README.md). ### Removed -- (Tests ruleset) S4144: Methods should not have identical implementations, because when using parameterised tests it can make sense to have different test methods with different parametrization but using the same implementation. +- (Tests ruleset only) S4144: Methods should not have identical implementations, because when using parameterised tests it can make sense to have different test methods with different parametrization but using the same implementation. ## [3.1.1] - 2024-09-20