Skip to content

Instantly share code, notes, and snippets.

@cmer
Created March 14, 2021 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmer/024991c85c4de01dab17632b2dc7f064 to your computer and use it in GitHub Desktop.
Save cmer/024991c85c4de01dab17632b2dc7f064 to your computer and use it in GitHub Desktop.
Default .solargraph.yml for solargraph-rails-init gem
include:
- "app/**/*.rb"
- "lib/**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
max_files: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment