From: Andy Allan Date: Wed, 7 Sep 2016 10:07:56 +0000 (+0100) Subject: Add xml builder files to rubocop. X-Git-Tag: live~3768 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d63dba03ce37140984accc8a93688b184bdec4c4 Add xml builder files to rubocop. --- 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