From 5e8fad2de27ecaa8a09ac616fc1a2860c18a539e Mon Sep 17 00:00:00 2001 From: Guillaume Dequenne Date: Thu, 21 Mar 2024 09:13:30 +0100 Subject: [PATCH] Fix rule title --- rules/S6925/python/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/S6925/python/metadata.json b/rules/S6925/python/metadata.json index d25d7371db3..bbf5114a556 100644 --- a/rules/S6925/python/metadata.json +++ b/rules/S6925/python/metadata.json @@ -1,5 +1,5 @@ { - "title": "The `validate_indices` argument should not be set for \"tf.gather\" function call", + "title": "The \"validate_indices\" argument should not be set for \"tf.gather\" function call", "type": "CODE_SMELL", "status": "ready", "remediation": {