Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .rubocop_schema.49.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Layout/ExtraSpacing:
Layout/SpaceBeforeFirstArg:
Enabled: true

Style/Encoding:
Enabled: false

Style/NumericLiterals:
Enabled: false

Expand Down
3 changes: 3 additions & 0 deletions .rubocop_schema.53.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Layout/ExtraSpacing:
Layout/SpaceBeforeFirstArg:
Enabled: true

Style/Encoding:
Enabled: false

Style/NumericLiterals:
Enabled: false

Expand Down
2 changes: 2 additions & 0 deletions spec/integration/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

def reference_db_schema
<<-RUBY
# encoding: UTF-8

# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
Expand Down
2 changes: 2 additions & 0 deletions spec/test-app/db/schema.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# encoding: UTF-8

# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
Expand Down