X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/860887de5272c3e2a39cb7e0c9db6f0acba1b4c6..6a57901071f3c97e422261da03d972b9b3036de0:/.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