From c79f643ba71cb9a6e63e21aa6457949f7cf47d4d Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 17 Jan 2020 10:18:46 +0000 Subject: [PATCH] Remove redundant illuaminate options --- illuaminate.sexp | 3 --- 1 file changed, 3 deletions(-) diff --git a/illuaminate.sexp b/illuaminate.sexp index b37f34928..d6865618c 100644 --- a/illuaminate.sexp +++ b/illuaminate.sexp @@ -23,6 +23,3 @@ (linters -var:unused-global) (lint (allow-toplevel-global true))) - -;; These warnings are broken right now -(at (bios.lua worm.lua) (linters -control:unreachable))