forked from e621ng/e621ng
32 lines
409 B
YAML
32 lines
409 B
YAML
---
|
|
include:
|
|
- "**/*.rb"
|
|
exclude:
|
|
- spec/**/*
|
|
- test/**/*
|
|
- vendor/**/*
|
|
- ".bundle/**/*"
|
|
require:
|
|
- actioncable
|
|
- actionmailer
|
|
- actionpack
|
|
- actionview
|
|
- activejob
|
|
- activemodel
|
|
- activerecord
|
|
- activestorage
|
|
- activesupport
|
|
domains: []
|
|
reporters:
|
|
- rubocop
|
|
- require_not_found
|
|
formatter:
|
|
rubocop:
|
|
cops: safe
|
|
except: []
|
|
only: []
|
|
extra_args: []
|
|
require_paths: []
|
|
plugins: []
|
|
max_files: 5000
|