heimdall/.solargraph.yml

24 lines
302 B
YAML
Raw Permalink Normal View History

2024-05-11 13:28:45 +00:00
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
- typecheck:typed
formatter:
rubocop:
cops: safe
except: []
only: []
extra_args: []
require_paths: []
plugins: []
max_files: 5000