Skip to content

Commit

Permalink
Update hemtt lints.toml for stringtables
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Feb 6, 2025
1 parent 62d5f22 commit f334528
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .hemtt/lints.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[config.file_type]
options.allow_no_extension = true

[stringtables.usage]
options.ignore = [
"str_ace_repair_hit",
]
options.ignore_unused = true

[sqf.banned_commands]
options.ignore = [
"addPublicVariableEventHandler", # Alt syntax is broken, we are using main syntax
Expand Down

0 comments on commit f334528

Please sign in to comment.