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

.solargraph.yml.example « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41508b2162d05727f84c503bcec52af488b527f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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