Skip to content
代码片段 群组 项目
.solargraph.yml.example 397 字节
更新 更旧
---
include:
- "**/*.rb"
exclude:
- 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