Skip to content

Commit

Permalink
Disable var/ in proc args lint (BeeStation#5890)
Browse files Browse the repository at this point in the history
* Disable `var/` in proc args lint

* Update SpacemanDMM.toml

Co-authored-by: Crossedfall <[email protected]>
  • Loading branch information
ike709 and Crossedfall authored Dec 5, 2021
1 parent 3152e78 commit 9183890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SpacemanDMM.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ dreamchecker = true
disallow_relative_type_definitions = true
disallow_relative_proc_definitions = true

[diagnostics]
var_in_proc_parameter = "off"

[debugger]
engine = "auxtools"

0 comments on commit 9183890

Please sign in to comment.