X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8008dc9ccb1ca351a9e6c32606683b349a69e77b..6b7ebf6dc40da609267ad38df981cd31d99e1538:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index f12f24a9f..7b8ced040 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,9 @@ inherit_from: .rubocop_todo.yml +AllCops: + Include: + - '**/*.builder' + Rails: Enabled: true