Created
March 14, 2021 12:39
-
-
Save cmer/024991c85c4de01dab17632b2dc7f064 to your computer and use it in GitHub Desktop.
Default .solargraph.yml for solargraph-rails-init gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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