From 204aa38f1e7fb1e8de5b3f448f79fe95b5bec2c1 Mon Sep 17 00:00:00 2001
From: Pedro Pombeiro <noreply@pedro.pombei.ro>
Date: Fri, 22 Apr 2022 15:08:26 +0200
Subject: [PATCH] Enhance .solargraph.yml.example

Allows example to work correctly with NeoVim/coc-solargraph
---
 .solargraph.yml.example | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.solargraph.yml.example b/.solargraph.yml.example
index ff8225eb73cd6..c226b038af99f 100644
--- a/.solargraph.yml.example
+++ b/.solargraph.yml.example
@@ -6,11 +6,22 @@ exclude:
 - qa/qa/specs/features/**/*
 - vendor/**/*
 - ".bundle/**/*"
-require: []
+require:
+- actioncable
+- actionmailer
+- actionpack
+- actionview
+- activejob
+- activemodel
+- activerecord
+- activestorage
+- activesupport
 domains: []
 reporters:
-- rubocop
+- rubocop  # diagnostics
 - require_not_found
+formatter:
+  rubocop: # formatting
 require_paths: []
 plugins: []
 max_files: 15000
-- 
GitLab