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 975d8ffc..9d6d438e 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 2.7.x (by [@faisal][]) # v4.9.1 / 2024-04-14 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.9.0...v4.9.1)