Skip to content
代码片段 群组 项目
.solargraph.yml.example 397 字节
Newer Older
---
include:
- "**/*.rb"
exclude:
- qa/qa/specs/features/**/*
- vendor/**/*
- ".bundle/**/*"
require:
- actioncable
- actionmailer
- actionpack
- actionview
- activejob
- activemodel
- activerecord
- activestorage
- activesupport
- rubocop  # diagnostics
formatter:
  rubocop: # formatting
require_paths: []
plugins: []