diff --git a/.config/solargraph/config.yml b/.config/solargraph/config.yml new file mode 100644 index 0000000..1cdce7c --- /dev/null +++ b/.config/solargraph/config.yml @@ -0,0 +1,18 @@ +--- +include: + - "**/*.rb" + - "**/*.ru" + - "**/*.gemspec" + - "**/*.builder" + - "Gemfile" + - "Rakefile" +exclude: + - spec/**/* + - vendor/**/* + - ".bundle/**/*" +require: [] +domains: [] +reporters: [] +formatter: [] +require_paths: [] +max_files: 5000 diff --git a/Rakefile b/Rakefile index 69238e6..74581ac 100644 --- a/Rakefile +++ b/Rakefile @@ -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]