Skip to content

Instantly share code, notes, and snippets.

@gwillcox-r7
Created December 30, 2022 22:47
Show Gist options
  • Save gwillcox-r7/1fda81679f650e519dba0fc4ca665bae to your computer and use it in GitHub Desktop.
Save gwillcox-r7/1fda81679f650e519dba0fc4ca665bae to your computer and use it in GitHub Desktop.
My Solargraph Config
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
- data/**/*
- db/**/*
- external/**/*
- plugins/**/*
- scripts/**/* # Old stuff, no need to index this.
require: []
domains: []
reporters:
- rubocop
- require_not_found
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins: []
max_files: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment