Skip to content

Instantly share code, notes, and snippets.

@dvinciguerra
Created February 22, 2022 21:14
Show Gist options
  • Save dvinciguerra/ae65198d6819964bc071c16fcc7e854d to your computer and use it in GitHub Desktop.
Save dvinciguerra/ae65198d6819964bc071c16fcc7e854d to your computer and use it in GitHub Desktop.
.solargraph.yml
---
include:
- "**/*.rb"
- Rakefile
- "**/*.rake"
- Gemfile
- "**/*.gemspec"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require:
- actioncable
- actionmailer
- actionpack
- actionview
- activejob
- activemodel
- activerecord
- activestorage
- activesupport
domains: []
reporters:
- rubocop
- require_not_found
- typechecker:strict
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins:
- runtime
max_files: 15_000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment