.simplycop_rails.yml in simplycop-1.14.1 vs .simplycop_rails.yml in simplycop-1.14.2

- old
+ new

@@ -410,44 +410,5 @@ Enabled: false # Anticipate conflicts with Mongoid, like Rails/WhereNot Rails/WhereNotWithMultipleConditions: Enabled: false - -Rails/ActionControllerTestCase: # new in 2.14 - Enabled: true - -Rails/AddColumnIndex: # new in 2.11 - Enabled: true - -Rails/DotSeparatedKeys: # new in 2.15 - Enabled: true - -Rails/DuplicateAssociation: # new in 2.14 - Enabled: true - -Rails/DuplicateScope: # new in 2.14 - Enabled: true - -Rails/EagerEvaluationLogMessage: # new in 2.11 - Enabled: true - -Rails/ExpandedDateRange: # new in 2.11 - Enabled: true - -Rails/I18nLazyLookup: # new in 2.14 - Enabled: true - -Rails/MigrationClassName: # new in 2.14 - Enabled: true - -Rails/RedundantTravelBack: # new in 2.12 - Enabled: true - -Rails/ToFormattedS: # new in 2.15 - Enabled: false - -Rails/TransactionExitStatement: # new in 2.14 - Enabled: true - -Rails/UnusedIgnoredColumns: # new in 2.11 - Enabled: true