Skip to content

Commit

Permalink
Configure HEMTT lints
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Sep 3, 2024
1 parent f3d8a7b commit 1d6c9ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .hemtt/lints.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[sqf.command_case]
severity = "Error"
options.ignore = [
"AGLtoASL",
"ASLtoAGL",
"WEST",
"EAST",
"INDEPENDENT",
"CIVILIAN",
"getVehicleTiPars",
"setVehicleTiPars",
]

[sqf.banned_commands]
options.banned = [
"execVM",
]

0 comments on commit 1d6c9ce

Please sign in to comment.