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
#493)

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
faisal authored Dec 3, 2024
1 parent 88439e6 commit 2744583
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 3.0.x (by [@faisal][])
* [CHANGE] Bump minitest, mocha, rubocop dependencies (by [@faisal][])
* [CHANGE] Drop support for Ruby 2.7.x (by [@faisal][])
Expand Down

0 comments on commit 2744583

Please sign in to comment.