Skip to content

Commit

Permalink
Configure solargraph
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Mar 12, 2024
1 parent 8bf6b27 commit 44f1503
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .solargraph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include:
- "**/*.rb"
exclude:
- test/**/*
require: []
domains: []
reporters:
- rubocop
- require_not_found
- typecheck
max_files: 0
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ group :test do
gem "i18n"
gem "memory_profiler"
end

group :development do
gem "solargraph"
end

0 comments on commit 44f1503

Please sign in to comment.