mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
15 lines
264 B
YAML
15 lines
264 B
YAML
---
|
|
exclude:
|
|
- vendor/**/*
|
|
- ".bundle/**/*"
|
|
reporters:
|
|
- rubocop
|
|
- require_not_found
|
|
- typecheck
|
|
max_files: 5000
|
|
formatter:
|
|
cops: all
|
|
extra_args:
|
|
- --except
|
|
- Lint/Debugger,Lint/UnusedBlockArgument,Lint/UnusedMethodArgument,Style/EmptyMethod
|