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 'qa/.solargraph.yml.example')
-rw-r--r--qa/.solargraph.yml.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/qa/.solargraph.yml.example b/qa/.solargraph.yml.example
new file mode 100644
index 00000000000..41508b2162d
--- /dev/null
+++ b/qa/.solargraph.yml.example
@@ -0,0 +1,17 @@
+---
+include:
+- "**/*.rb"
+exclude:
+- "spec/**/*"
+- qa/specs/features/**/*
+- ".bundle/**/*"
+require: []
+domains: []
+reporters:
+- rubocop # diagnostics
+- require_not_found
+formatter:
+ rubocop: # formatting
+require_paths: []
+plugins: []
+max_files: 20000