summaryrefslogtreecommitdiff
path: root/.solargraph.yml.example
blob: 655ba85261a7061b0612ad8c651c2561be3e5572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
include:
- "**/*.rb"
exclude:
- "**/spec/**/*"
- qa/qa/specs/features/**/*
- vendor/**/*
- ".bundle/**/*"
require:
- actioncable
- actionmailer
- actionpack
- actionview
- activejob
- activemodel
- activerecord
- activestorage
- activesupport
domains: []
reporters:
- rubocop  # diagnostics
- require_not_found
formatter:
  rubocop: # formatting
require_paths: []
plugins: []
max_files: 20000