Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.solargraph.yml.example')
-rw-r--r--.solargraph.yml.example16
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