From d7a13b0e5d6e746993e67a291376bd79766e0ed1 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 3 Feb 2024 17:42:16 +0100 Subject: Added a new check to ensure that every call to another location points to an existing one --- lib/syntax/nested_strings.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/syntax/nested_strings.ml') diff --git a/lib/syntax/nested_strings.ml b/lib/syntax/nested_strings.ml index 0119197..dee7af0 100644 --- a/lib/syntax/nested_strings.ml +++ b/lib/syntax/nested_strings.ml @@ -2,11 +2,13 @@ open StdLabels let identifier = "escaped_string" let description = "Check for unnecessary use of expression encoded in string" +let is_global = false let active = ref true type context = unit let initialize = Fun.id +let finalize () = [] module TypeBuilder = Compose.Expression (Get_type) -- cgit v1.2.3