Skip to content

Commit

Permalink
cleanup lints, add allow_no_extension = true
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Dec 20, 2024
1 parent 71bf6ce commit c929019
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .hemtt/lints.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit c929019

Please sign in to comment.