diff options
Diffstat (limited to '.solargraph.yml.example')
-rw-r--r-- | .solargraph.yml.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.solargraph.yml.example b/.solargraph.yml.example new file mode 100644 index 00000000000..ff8225eb73c --- /dev/null +++ b/.solargraph.yml.example @@ -0,0 +1,16 @@ +--- +include: +- "**/*.rb" +exclude: +- "**/spec/**/*" +- qa/qa/specs/features/**/* +- vendor/**/* +- ".bundle/**/*" +require: [] +domains: [] +reporters: +- rubocop +- require_not_found +require_paths: [] +plugins: [] +max_files: 15000 |