From ca1b0512098b720926b54b5551b933aa14b949f1 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Thu, 13 Jan 2022 17:14:18 -0800 Subject: [PATCH] also lint the ruby code in builder templates --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 17f94377..165ac4d6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,6 +23,7 @@ Lint/Env: Enabled: true Include: - "**/*.rb" + - "**/*.builder" Exclude: - "**/config/environments/**/*" - "**/config/initializers/**/*"