Skip to content

Commit

Permalink
chore: Fixing codacy issues and lint warning (#3929)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushthedude authored Jan 31, 2020
1 parent 9384afe commit 98a18c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deprecation-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ window.deprecationWorkflow = window.deprecationWorkflow || {};
window.deprecationWorkflow.config = {
workflow: [
{ handler: 'silence', matchId: 'ember-routing.route-router' },
{ handler: 'silence', matchId: 'ember-views.curly-components.jquery-element'} //Depreciating the jquery warnings until we have moved away from jquery or used native jquery in the app.
{ handler: 'silence', matchId: 'ember-views.curly-components.jquery-element' } // Depreciating the jquery warnings until we have moved away from jquery or used native jquery in the app.
]
};

0 comments on commit 98a18c7

Please sign in to comment.