1
0
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:
Holger Just 2025-02-04 20:22:20 +01:00
parent 9acd371dce
commit ee4b885478
No known key found for this signature in database
2 changed files with 19 additions and 1 deletions

View 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

View File

@ -27,7 +27,7 @@ namespace :install do
task :all => name
end
files :irb, ".irbrc", ".config/irb/*.rb"
files :ruby, ".irbrc", ".config/irb/*.rb", ".config/solargraph/*.yml"
dot_files = %w[bin]
dot_files += %w[.bash_profile .bashrc .gemrc .gitignore_global .ackrc .rvmrc.dotfile]