app.kluk.fr/.solargraph.yml

26 lines
316 B
YAML
Raw Permalink Normal View History

2025-10-28 09:38:31 +01:00
---
include:
- Rakefile
- Gemfile
- "*.gemspec"
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: [ ]
domains: []
reporters:
- rubocop
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins:
- solargraph-rails
max_files: 5000