Skip to content

Commit

Permalink
Merge pull request #7867 from michaelchadwick/remove-non-strict-id-de…
Browse files Browse the repository at this point in the history
…p-silencing

removed 'deprecate-non-strict-id' rule
  • Loading branch information
dartajax authored Jun 11, 2024
2 parents 03ed5a3 + 0481393 commit b501424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/app/deprecation-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const SILENCED_DEPRECATIONS = [
// Add ids of deprecations we temporarily want to silence here.
'ember-data:deprecate-legacy-imports',
'ember-data:deprecate-non-strict-types',
'ember-data:deprecate-non-strict-id',
'ember-data:deprecate-non-unique-relationship-entries',
];

Expand Down

0 comments on commit b501424

Please sign in to comment.