Skip to content

Instantly share code, notes, and snippets.

@stephaneliu
Created February 28, 2023 18:34
Show Gist options
  • Save stephaneliu/4a8b9f23b0a0c21b1c7aab6c9eec12df to your computer and use it in GitHub Desktop.
Save stephaneliu/4a8b9f23b0a0c21b1c7aab6c9eec12df to your computer and use it in GitHub Desktop.
solargraph
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins:
- solargraph-rails
max_files: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment