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