Skip to content

Commit

Permalink
add config for solargraph vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hgw77 committed Jun 21, 2022
1 parent a2586a7 commit 2a77418
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .solargraph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# https://solargraph.org/guides/configuration
# https://solargraph.org/guides/type-checking
# https://solargraph.org/guides/rails
# used in code-server/vscode
# https://github.com/castwide/vscode-solargraph
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
- typecheck
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins: []
max_files: 5000

0 comments on commit 2a77418

Please sign in to comment.