mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
80e819586b
I think these are meant to be in the root directory, not in
`/activerecord`? 😬
r? @sgrif
[ci skip]
27 lines
509 B
YAML
27 lines
509 B
YAML
engines:
|
|
rubocop:
|
|
enabled: true
|
|
|
|
ratings:
|
|
paths:
|
|
- "**.rb"
|
|
|
|
exclude_paths:
|
|
- actioncable/lib/rails/generators/
|
|
- actioncable/test/
|
|
- actionmailer/lib/rails/generators/
|
|
- actionmailer/test/
|
|
- actionpack/test/
|
|
- actionview/test/
|
|
- activejob/lib/rails/generators/
|
|
- activejob/test/
|
|
- activemodel/test/
|
|
- activerecord/lib/rails/generators/
|
|
- activerecord/test/
|
|
- activesupport/test/
|
|
- railties/lib/rails/generators/
|
|
- railties/test/
|
|
- ci/
|
|
- guides/
|
|
- tasks/
|
|
- tools/
|