debian-mirror-gitlab/.solargraph.yml.example

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
397 B
Plaintext
Raw Permalink Normal View History

2021-06-08 01:23:25 +05:30
---
include:
- "**/*.rb"
exclude:
- "**/spec/**/*"
- qa/qa/specs/features/**/*
- vendor/**/*
- ".bundle/**/*"
2022-07-16 23:28:13 +05:30
require:
- actioncable
- actionmailer
- actionpack
- actionview
- activejob
- activemodel
- activerecord
- activestorage
- activesupport
2021-06-08 01:23:25 +05:30
domains: []
reporters:
2022-07-16 23:28:13 +05:30
- rubocop # diagnostics
2021-06-08 01:23:25 +05:30
- require_not_found
2022-07-16 23:28:13 +05:30
formatter:
rubocop: # formatting
2021-06-08 01:23:25 +05:30
require_paths: []
plugins: []
2023-03-17 16:20:25 +05:30
max_files: 20000