From 8364a8e4dea456ee457c094ae183c975b2fbaf08 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 10 Aug 2024 12:48:27 +0200 Subject: [PATCH] We no longer use selene --- aftman.toml | 1 - selene.toml | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 selene.toml diff --git a/aftman.toml b/aftman.toml index 4441174..960f8ea 100644 --- a/aftman.toml +++ b/aftman.toml @@ -1,4 +1,3 @@ [tools] luau-lsp = "JohnnyMorganz/luau-lsp@1.29.1" -selene = "Kampfkarren/selene@0.27.1" stylua = "JohnnyMorganz/StyLua@0.20.0" diff --git a/selene.toml b/selene.toml deleted file mode 100644 index 4ee41a8..0000000 --- a/selene.toml +++ /dev/null @@ -1,6 +0,0 @@ -std = "luau+lune" - -exclude = ["luneTypes.d.luau"] - -[lints] -high_cyclomatic_complexity = "warn"