From b25688af97e901fa3c410ae030c4080ceff36af1 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Mon, 7 Aug 2023 22:50:17 -0400 Subject: [PATCH] chore: format sql --- lib/next_ls.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/next_ls.ex b/lib/next_ls.ex index 60e62588..0b95e77d 100644 --- a/lib/next_ls.ex +++ b/lib/next_ls.ex @@ -206,7 +206,7 @@ defmodule NextLS do SELECT file, start_line, end_line, start_column, end_column FROM "references" as refs WHERE refs.module = ? - and refs.type = ? + AND refs.type = ? AND NOT like('/home/runner/work/elixir/%', refs.file) """, [module, "alias"]