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
|
||||||
2
Rakefile
2
Rakefile
@ -27,7 +27,7 @@ namespace :install do
|
|||||||
task :all => name
|
task :all => name
|
||||||
end
|
end
|
||||||
|
|
||||||
files :irb, ".irbrc", ".config/irb/*.rb"
|
files :ruby, ".irbrc", ".config/irb/*.rb", ".config/solargraph/*.yml"
|
||||||
|
|
||||||
dot_files = %w[bin]
|
dot_files = %w[bin]
|
||||||
dot_files += %w[.bash_profile .bashrc .gemrc .gitignore_global .ackrc .rvmrc.dotfile]
|
dot_files += %w[.bash_profile .bashrc .gemrc .gitignore_global .ackrc .rvmrc.dotfile]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user