mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-10-17 19:41:01 +00:00
Add global solargraph config to disable rubocop
This commit is contained in:
parent
9acd371dce
commit
ee4b885478
18
.config/solargraph/config.yml
Normal file
18
.config/solargraph/config.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
include:
|
||||
- "**/*.rb"
|
||||
- "**/*.ru"
|
||||
- "**/*.gemspec"
|
||||
- "**/*.builder"
|
||||
- "Gemfile"
|
||||
- "Rakefile"
|
||||
exclude:
|
||||
- spec/**/*
|
||||
- vendor/**/*
|
||||
- ".bundle/**/*"
|
||||
require: []
|
||||
domains: []
|
||||
reporters: []
|
||||
formatter: []
|
||||
require_paths: []
|
||||
max_files: 5000
|
||||
Loading…
x
Reference in New Issue
Block a user