Correct Style/FrozenStringLiteralComment rubocop offense

This commit is contained in:
Carlos Chitty
2025-03-26 10:56:32 -04:00
parent 9c8e0899d1
commit 1109ccfc3d
2 changed files with 1 additions and 8 deletions

View File

@@ -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:

View File

@@ -1,4 +1,5 @@
#!/bin/env ruby
# frozen_string_literal: true
SimpleCov.start 'rails' do
add_filter '/bin/'