From 9697e398bc28ec63b9d4059370ac80be859de600 Mon Sep 17 00:00:00 2001 From: Faisal N Jawdat Date: Fri, 24 May 2024 16:50:32 -0400 Subject: [PATCH] add .solargraph.yml, to integrate with editors that can use it for LSP --- .solargraph.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .solargraph.yml diff --git a/.solargraph.yml b/.solargraph.yml new file mode 100644 index 00000000..f4436479 --- /dev/null +++ b/.solargraph.yml @@ -0,0 +1,9 @@ +include: +- "./**/*.rb" +exclude: +- ".bundle/**/*" +require: [] +domains: [] +reporters: +- rubocop +- require_not_found