From 64dab48fbc18873e518ec9d2c4959360ceb51cde Mon Sep 17 00:00:00 2001 From: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:50:24 +0100 Subject: [PATCH] Modify rule S1155: Add QuickFix C# (#818) --- rules/S1155/csharp/metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/S1155/csharp/metadata.json b/rules/S1155/csharp/metadata.json index 04ae8887a6..7d66926f86 100644 --- a/rules/S1155/csharp/metadata.json +++ b/rules/S1155/csharp/metadata.json @@ -1,3 +1,4 @@ { - "title": "\"Any()\" should be used to test for emptiness" + "title": "\"Any()\" should be used to test for emptiness", + "quickfix": "covered" }