aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/dup_test.ml
diff options
context:
space:
mode:
authorChimrod <>2025-07-19 11:18:24 +0200
committerChimrod <>2025-08-01 14:12:14 +0200
commit3046fb0d0c1ceac2c6a6ca9456e9e05671e0cef9 (patch)
tree8ba2700e541a6753499ceac54ced4f1d02a3b625 /lib/checks/dup_test.ml
parent406b7b79cd375b071f92ddee9cee14a98dc91281 (diff)
Added dependencies system between the modules in the checksHEADmaster
Diffstat (limited to 'lib/checks/dup_test.ml')
-rw-r--r--lib/checks/dup_test.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/checks/dup_test.ml b/lib/checks/dup_test.ml
index c29eca9..4de9a4d 100644
--- a/lib/checks/dup_test.ml
+++ b/lib/checks/dup_test.ml
@@ -13,7 +13,9 @@ let identifier = "duplicate_test"
let description = "Check for duplicate tests"
let is_global = false
let active = ref true
+let depends = []
+type ex = Qsp_syntax.Identifier.t
type context = unit
let initialize = Fun.id