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 7609644
Showing 1 changed file with 9 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

0 comments on commit 7609644

Please sign in to comment.