From 712e59ec58c6abd6032d31bb6e1d8f11c1d3d024 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 # Conflicts: # CHANGELOG.md --- .solargraph.yml | 9 +++++++++ CHANGELOG.md | 1 + 2 files changed, 10 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1f1b5a..ad819a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.9.1...main) +* [CHANGE] Add .solargraph.yml config file to enable Solargraph LSP use in editors such as BBedit (by [@faisal]) * [CHANGE] Drop support for Ruby 3.0.x (by [@faisal][]) * [CHANGE] Bump minitest, mocha, rubocop dependencies (by [@faisal][]) * [CHANGE] Drop support for Ruby 2.7.x (by [@faisal][])