Skip to content

Instantly share code, notes, and snippets.

@DRBragg
DRBragg / .solargraph.yml
Last active April 25, 2024 21:15
My config with steps to use solargraph for Rails projects in VS Code (WIP)
---
include:
- "app/**/*.rb"
- "config/**/*.rb"
- "lib/**/*.rb"
exclude:
- spec/**/*
- vendor/**/*
- ".bundle/**/*"
require: