Documentation
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require:
- "/usr/lib/ruby/**/.rb"
domains: []
reporters:
- rubocop
- require_not_found
require_paths: []
max_files: 5000