From 8943040f4d68307c541c2ef6ba1a202d5cc419f7 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Thu, 5 Nov 2020 14:40:42 +0100 Subject: [PATCH] Fix for rubocop update --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 0fbff00..0d57471 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -51,3 +51,6 @@ Style/HashTransformKeys: Style/HashTransformValues: Enabled: false + +Naming/VariableNumber: + Enabled: false