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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-21 18:09:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-21 18:09:35 +0300
commit9c6578ed4e0bc92cd838ef96d978df54403e9609 (patch)
tree5dff7ad20ae6402e4b7a5a44fe4e81ef04855cdf /.solargraph.yml.example
parent2af44d609eb8a1579169f9a350bc531d1081d77f (diff)
Add latest changes from gitlab-org/gitlab@master
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