summaryrefslogtreecommitdiff
path: root/.solargraph.yml.example
blob: ff8225eb73cd6e6af3534bf9b9e7330100f57366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
include:
- "**/*.rb"
exclude:
- "**/spec/**/*"
- qa/qa/specs/features/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
require_paths: []
plugins: []
max_files: 15000