Skip to content

Commit

Permalink
add .solargraph.yml, to integrate with editors that can use it for LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal committed Jun 7, 2024
1 parent 7de7682 commit 8f853ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .solargraph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include:
- "./**/*.rb"
exclude:
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8f853ed

Please sign in to comment.