Skip to content

Commit

Permalink
Allow new rubocop-rails rule to pass since we are not concerned about…
Browse files Browse the repository at this point in the history
… ENV access at runtime in initializers
  • Loading branch information
mjgiarlo committed Mar 4, 2024
1 parent c092239 commit bb6e2a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Rails/EagerEvaluationLogMessage: # (new in 2.11)

Rails/EnvironmentVariableAccess: # (new in 2.10)
Enabled: true
AllowReads: true

Rails/Output:
Exclude:
Expand Down

0 comments on commit bb6e2a2

Please sign in to comment.