Skip to content

Commit 2744583

Browse files
authored
add .solargraph.yml, to integrate with editors that can use it for LSP (#493)
# Conflicts: # CHANGELOG.md
1 parent 88439e6 commit 2744583

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.solargraph.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
include:
2+
- "./**/*.rb"
3+
exclude:
4+
- ".bundle/**/*"
5+
require: []
6+
domains: []
7+
reporters:
8+
- rubocop
9+
- require_not_found

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.9.1...main)
22

3+
* [CHANGE] Add .solargraph.yml config file to enable Solargraph LSP use in editors such as BBedit (by [@faisal])
34
* [CHANGE] Drop support for Ruby 3.0.x (by [@faisal][])
45
* [CHANGE] Bump minitest, mocha, rubocop dependencies (by [@faisal][])
56
* [CHANGE] Drop support for Ruby 2.7.x (by [@faisal][])

0 commit comments

Comments
 (0)