From a9967c566ce86985eb5137824cb8b03bcee86dc6 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 18 Jan 2019 12:55:16 -0600 Subject: [PATCH] Add solargraph so it works in any tools that use it --- .solargraph.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .solargraph.yml diff --git a/.solargraph.yml b/.solargraph.yml new file mode 100644 index 00000000..1f5c24cd --- /dev/null +++ b/.solargraph.yml @@ -0,0 +1,16 @@ +--- +include: +- "**/*.rb" +exclude: +- spec/**/* +- test/**/* +- vendor/**/* +- ".bundle/**/*" +require: [] +domains: [] +reporters: +- rubocop +- require_not_found +plugins: [] +require_paths: [] +max_files: 5000