This commit is contained in:
2026-02-01 03:14:30 -08:00
commit b55ef0245a
10 changed files with 610 additions and 0 deletions

29
.solargraph.yml Normal file
View File

@@ -0,0 +1,29 @@
---
include:
- Rakefile
- Gemfile
- "*.gemspec"
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
- require_not_found
formatter:
rubocop:
cops: safe
except: []
only:
- Syntax
- Lint
extra_args: []
type_checker:
rules: {}
require_paths: []
plugins: []
max_files: 5000