blob: e0cd02296946f2aa3185577c42575c9ed2c06099 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
include:
- "**/*.rb"
exclude:
- spec/**/*
- test/**/*
- vendor/**/*
- ".bundle/**/*"
require: []
domains: []
reporters:
- rubocop
require_paths: []
plugins: []
max_files: 5000
|