mirror of
https://github.com/tmuxinator/tmuxinator.git
synced 2026-03-11 10:22:22 -05:00
30 lines
414 B
YAML
30 lines
414 B
YAML
---
|
|
engines:
|
|
bundler-audit:
|
|
enabled: false
|
|
brakeman:
|
|
enabled: false
|
|
complexity-ruby:
|
|
enabled: false
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- ruby
|
|
fixme:
|
|
enabled: true
|
|
exclude_paths:
|
|
- ".rubocop.yml"
|
|
flog:
|
|
enabled: true
|
|
reek:
|
|
enabled: false
|
|
rubocop:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- Gemfile.lock
|
|
- "**.rb"
|
|
exclude_paths:
|
|
- spec/
|