From 40f937c28b5cd3599ee3ecfdc975a159db88746f Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Tue, 29 Dec 2020 13:56:50 +0800 Subject: [PATCH] linter again --- SpacemanDMM.toml | 4 ---- code/game/machinery/camera/motion.dm | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/SpacemanDMM.toml b/SpacemanDMM.toml index eb25c8a0cd..05cb81d6b6 100644 --- a/SpacemanDMM.toml +++ b/SpacemanDMM.toml @@ -1,9 +1,5 @@ [langserver] dreamchecker = true -#[code_standards] -#disallow_relative_type_definitions = true -#disallow_relative_proc_definitions = true - [dmdoc] use_typepath_names = true diff --git a/code/game/machinery/camera/motion.dm b/code/game/machinery/camera/motion.dm index e515f56196..af5093d6ca 100644 --- a/code/game/machinery/camera/motion.dm +++ b/code/game/machinery/camera/motion.dm @@ -109,4 +109,4 @@ else if (world.time > detectTime) detectTime = 0 for(var/obj/machinery/computer/security/telescreen/entertainment/TV in GLOB.machines) - TV.notify(FALSE) \ No newline at end of file + TV.notify(FALSE)