decide.nolog.cz/config/deprecation-workflow.js
2023-10-15 20:37:03 +02:00

9 lines
369 B
JavaScript

/* global self */
self.deprecationWorkflow = self.deprecationWorkflow || {};
self.deprecationWorkflow.config = {
workflow: [
{ handler: 'silence', matchId: 'ember-cli-page-object.old-collection-api' },
{ handler: 'silence', matchId: 'deprecate-fetch-ember-data-support' },
{ handler: 'silence', matchId: 'ember-runtime.deprecate-copy-copyable' },
],
};