From c92901923998d836c0177a465c2a4a557e430eb7 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 20 Dec 2024 00:52:00 -0600 Subject: [PATCH] cleanup lints, add `allow_no_extension = true` --- .hemtt/lints.toml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.hemtt/lints.toml b/.hemtt/lints.toml index 82133bf44..c353f04c4 100644 --- a/.hemtt/lints.toml +++ b/.hemtt/lints.toml @@ -1,3 +1,6 @@ +[config.file_type] +options.allow_no_extension = true + [sqf.banned_commands] options.ignore = [ "addPublicVariableEventHandler", # Alt syntax is broken, we are using main syntax @@ -7,17 +10,3 @@ options.ignore = [ options.ignore = [ "SLX_*" ] - -[sqf.undefined] -enabled = true -options.check_orphan_code = false - -[sqf.unused] -enabled = false -options.check_params = false - -[sqf.shadowed] -enabled = false - -[sqf.not_private] -enabled = false