Skip to content

Commit

Permalink
Add Rails support to Solargraph (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer authored Aug 22, 2021
1 parent 6542c45 commit 9cb773d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .solargraph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins:
- solargraph-rails
max_files: 5000

0 comments on commit 9cb773d

Please sign in to comment.