Files
gitlab-foss/.solargraph.yml.example
2025-04-18 21:12:14 +00:00

29 lines
413 B
Plaintext

---
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:
- solargraph-rspec
max_files: 20000