diff --git a/rules/S2068/go/rule.adoc b/rules/S2068/go/rule.adoc index 3a484fe596..66485d995f 100644 --- a/rules/S2068/go/rule.adoc +++ b/rules/S2068/go/rule.adoc @@ -4,6 +4,10 @@ include::../ask-yourself.adoc[] include::../recommended.adoc[] +=== Exceptions + +* The rule ignores string literals that are used directly in Regexp methods. + == Sensitive Code Example ----