From 9d894501204a7aeec5af66ec4bc58cc161de7c6c Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Mon, 2 Sep 2024 13:49:53 -0600 Subject: [PATCH] hemtt: support 1.13 lints --- .hemtt/lints.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .hemtt/lints.toml diff --git a/.hemtt/lints.toml b/.hemtt/lints.toml new file mode 100644 index 000000000..09ce4a735 --- /dev/null +++ b/.hemtt/lints.toml @@ -0,0 +1,4 @@ +[sqf.banned_commands] +options.ignore = [ + "addPublicVariableEventHandler", # Alt syntax is broken, we are using main syntax +]