mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:26:42 +00:00
18 lines
286 B
YAML
18 lines
286 B
YAML
---
|
|
exclude:
|
|
- vendor/**/*
|
|
- ".bundle/**/*"
|
|
reporters:
|
|
- rubocop
|
|
- require_not_found
|
|
- typecheck
|
|
max_files: 5000
|
|
formatter:
|
|
rubocop:
|
|
cops: all
|
|
except:
|
|
- Lint/Debugger
|
|
- Lint/UnusedBlockArgument
|
|
- Lint/UnusedMethodArgument
|
|
- Style/EmptyMethod
|