From 044c762c85a8a1b79dc2728fad4c593195293303 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Tue, 4 Sep 2018 21:40:35 +0900 Subject: Add solargraph.yml file as root path search file. Solargraph allows to set configuration options by creating a .solargraph.yml file at the root of the project using it. Therfore this file is a good canditate for finding ruby projects root paths. Initial discussion: https://github.com/w0rp/ale/issues/1874#issuecomment-418316168 --- test/ruby_fixtures/valid_ruby_app3/.solargraph.yml | 0 test/ruby_fixtures/valid_ruby_app3/lib/file.rb | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/ruby_fixtures/valid_ruby_app3/.solargraph.yml create mode 100644 test/ruby_fixtures/valid_ruby_app3/lib/file.rb (limited to 'test/ruby_fixtures/valid_ruby_app3') diff --git a/test/ruby_fixtures/valid_ruby_app3/.solargraph.yml b/test/ruby_fixtures/valid_ruby_app3/.solargraph.yml new file mode 100644 index 00000000..e69de29b diff --git a/test/ruby_fixtures/valid_ruby_app3/lib/file.rb b/test/ruby_fixtures/valid_ruby_app3/lib/file.rb new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3