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/'