Skip to content

Commit b29ab25

Browse files
committed
Fix [C][Correctable] Style/FrozenStringLiteralComment
Missing frozen string literal comment.
1 parent a96114d commit b29ab25

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

ruby/.rubocop_todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2026-04-20 10:38:14 UTC using RuboCop version 1.86.1.
3+
# on 2026-04-22 16:23:17 UTC using RuboCop version 1.86.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new

ruby/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
source 'https://rubygems.org'
24

35
group :rubocop do

0 commit comments

Comments
 (0)