From 1109ccfc3d2186d79d24470fe7a6a16d6339da97 Mon Sep 17 00:00:00 2001 From: Carlos Chitty Date: Wed, 26 Mar 2025 10:56:32 -0400 Subject: [PATCH] Correct Style/FrozenStringLiteralComment rubocop offense --- .rubocop_todo.yml | 8 -------- .simplecov | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fe342753d1..04af4c02d2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -579,14 +579,6 @@ Style/ClassAndModuleChildren: - 'lib/open_food_network/locking.rb' - 'spec/models/spree/payment_method_spec.rb' -# Offense count: 1 -# This cop supports unsafe autocorrection (--autocorrect-all). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: always, always_true, never -Style/FrozenStringLiteralComment: - Exclude: - - '.simplecov' - # Offense count: 6 # This cop supports unsafe autocorrection (--autocorrect-all). Style/GlobalStdStream: diff --git a/.simplecov b/.simplecov index 8cf02c6b54..66573a094d 100755 --- a/.simplecov +++ b/.simplecov @@ -1,4 +1,5 @@ #!/bin/env ruby +# frozen_string_literal: true SimpleCov.start 'rails' do add_filter '/bin/'