Skip to content

Commit 3a27a05

Browse files
committed
style: 不要なfrozen_string_literalコメントを削除
YAGNI原則に従い、パフォーマンス改善に寄与しない frozen_string_literalコメントを削除。 コードの可読性向上のため、不要なマジックコメントを除去。 削除対象: - config/initializers/airbrake.rb - script/update_pr_description_final.rb - spec/support/disable_sleep.rb
1 parent 6ccf83a commit 3a27a05

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

config/initializers/airbrake.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
# Airbrake is an online tool that provides robust exception tracking in your
42
# Rails applications. In doing so, it allows you to easily review errors, tie an
53
# error to an individual piece of code, and trace the cause back to recent

script/update_pr_description_final.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env ruby
2-
# frozen_string_literal: true
32

43
# PR説明を最新状況に更新するスクリプト
54
require 'json'

spec/support/disable_sleep.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
RSpec.configure do |config|
42
# テスト中の不要な sleep を無効化して高速化する
53
config.before(:each) do

0 commit comments

Comments
 (0)