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 May 24, 2024
1 parent 3464526 commit 9697e39
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 9697e39

Please sign in to comment.