We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b11434e + f67e70e commit baa8947Copy full SHA for baa8947
3 files changed
.rubocop.yml
@@ -76,6 +76,7 @@ Style/FrozenStringLiteralComment:
76
Enabled: true
77
EnforcedStyle: always_true
78
Exclude:
79
+ - db/data_schema.rb
80
- db/schema.rb
81
82
Style/NumericLiterals:
Gemfile.lock
@@ -25,7 +25,7 @@ GIT
25
GEM
26
remote: https://rubygems.org/
27
specs:
28
- action_text-trix (2.1.16)
+ action_text-trix (2.1.17)
29
railties
30
actioncable (8.1.2)
31
actionpack (= 8.1.2)
db/data_schema.rb
@@ -1,3 +1 @@
1
-# frozen_string_literal: true
2
-
3
DataMigrate::Data.define(version: 2026_03_05_165603)
0 commit comments