mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
10 lines
123 B
YAML
10 lines
123 B
YAML
---
|
|
exclude:
|
|
- vendor/**/*
|
|
- ".bundle/**/*"
|
|
reporters:
|
|
- rubocop
|
|
- require_not_found
|
|
- typecheck
|
|
max_files: 5000
|