engines:
brakeman:
enabled: true
duplication:
config:
languages:
- ruby
# mass_threshold: 30
exclude_paths:
- 'spec/**/*'
fixme:
rubocop:
ratings:
paths:
- app/**
- lib/**
- '**.rb'