config/rails.yml in jetrockets-standard-1.2.2 vs config/rails.yml in jetrockets-standard-1.3.0
- old
+ new
@@ -9,11 +9,11 @@
inherit_mode:
merge:
- Exclude
AllCops:
- TargetRailsVersion: 6.1
+ TargetRailsVersion: 7.0
Style/AsciiComments:
Enabled: false
Style/ClassAndModuleChildren:
@@ -22,9 +22,12 @@
Style/Documentation:
Enabled: false
Style/NumericPredicate:
EnforcedStyle: predicate
+
+Layout/ClassStructure:
+ Enabled: true
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: space
Rails/HasAndBelongsToMany: