Skip to content
代码片段 群组 项目
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
.solargraph.yml.example 252 B
---
include:
- "**/*.rb"
exclude:
- "spec/**/*"
- qa/specs/features/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop  # diagnostics
- require_not_found
formatter:
  rubocop: # formatting
require_paths: []
plugins: []
max_files: 20000