mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
25 lines
432 B
YAML
25 lines
432 B
YAML
---
|
|
# plugins:
|
|
# - solargraph-rails
|
|
exclude:
|
|
- ".bundle/**/*"
|
|
- "spec/**/*"
|
|
- "test/**/*"
|
|
- "vendor/**/*"
|
|
reporters:
|
|
- rubocop
|
|
- require_not_found
|
|
- typecheck
|
|
max_files: 5000
|
|
formatter:
|
|
rubocop:
|
|
cops: all
|
|
except:
|
|
- Lint/Debugger
|
|
- Lint/UnusedBlockArgument
|
|
- Lint/UnusedMethodArgument
|
|
- Lint/UselessAssignment
|
|
# - Rails/Output
|
|
- Style/EmptyMethod
|
|
- Style/Semicolon
|