Skip to content

Commit f67e70e

Browse files
committed
Ignore frozen literal string in data_schema.rb
This avoids Rubocop from putting this back in.
1 parent 64bbc71 commit f67e70e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Style/FrozenStringLiteralComment:
7676
Enabled: true
7777
EnforcedStyle: always_true
7878
Exclude:
79+
- db/data_schema.rb
7980
- db/schema.rb
8081

8182
Style/NumericLiterals:

db/data_schema.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# frozen_string_literal: true
2-
31
DataMigrate::Data.define(version: 2026_03_05_165603)

0 commit comments

Comments
 (0)