Skip to content

Instantly share code, notes, and snippets.

View cpjmcquillan's full-sized avatar
🇵🇸

Connor McQuillan cpjmcquillan

🇵🇸
View GitHub Profile
@searls
searls / .solargraph.yml
Last active September 5, 2024 17:57 — forked from DRBragg/.solargraph.yml
My config with steps to use solargraph for Rails projects in VS Code (WIP)
---
include:
- ".solargraph_definitions.rb"
- "app/**/*.rb"
- "config/**/*.rb"
- "lib/**/*.rb"
exclude:
- test/**/*
- vendor/**/*
- ".bundle/**/*"