Created
February 28, 2023 18:34
-
-
Save stephaneliu/4a8b9f23b0a0c21b1c7aab6c9eec12df to your computer and use it in GitHub Desktop.
solargraph
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: | |
- "**/*.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