config/default.yml in salsify_rubocop-0.58.0.rc1 vs config/default.yml in salsify_rubocop-0.59.2.1.rc1

- old
+ new

@@ -8,9 +8,13 @@ Salsify/RailsApplicationRecord: Description: 'Models must subclass ApplicationRecord.' Enabled: false +Salsify/RailsUnscoped: + Description: 'Activerecord scopes cannot use unscoped.' + Enabled: false + Salsify/RspecDocString: Description: 'Check that RSpec doc strings use the correct quoting.' Enabled: true EnforcedStyle: double_quotes SupportedStyles: