File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ Style/ExtraSpacing:
5
5
AllowForAlignment : false
6
6
7
7
Style/NumericLiterals :
8
- Exclude :
9
- - ' db/schema.rb'
8
+ Enabled : false
10
9
11
10
Style/SpaceBeforeFirstArg :
12
11
Enabled : true
Original file line number Diff line number Diff line change 21
21
def reference_db_schema
22
22
<<-RUBY
23
23
# encoding: UTF-8
24
+
24
25
# This file is auto-generated from the current state of the database. Instead
25
26
# of editing this file, please use the migrations feature of Active Record to
26
27
# incrementally modify your database, and then regenerate this schema definition.
Original file line number Diff line number Diff line change 1
1
# encoding: UTF-8
2
+
2
3
# This file is auto-generated from the current state of the database. Instead
3
4
# of editing this file, please use the migrations feature of Active Record to
4
5
# incrementally modify your database, and then regenerate this schema definition.
You can’t perform that action at this time.
0 commit comments