From 860004f11d298eb202791b2fbbe379f2f86e0753 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Sun, 29 Aug 2021 23:19:40 -0400 Subject: [PATCH] Rails/EnvironmentVariableAccess --- .rubocop_todo.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9d062ec4..23a4ca43 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -26,13 +26,6 @@ Metrics/PerceivedComplexity: Rails/ApplicationRecord: Enabled: false -# Offense count: 1 -# Configuration parameters: Include, AllowReads, AllowWrites. -# Include: app/**/*.rb, lib/**/*.rb -Rails/EnvironmentVariableAccess: - Exclude: - - 'lib/paper_trail/compatibility.rb' - # Offense count: 1 # Cop supports --auto-correct. Rails/NegateInclude: