diff --git a/weeder.toml b/weeder.toml new file mode 100644 index 0000000..f4c1e63 --- /dev/null +++ b/weeder.toml @@ -0,0 +1,2 @@ +roots = ["^Main\\.main$", "^Paths_.*"] +type-class-roots = true