From 4514152320091aac3731ac5a91c9123526c7be67 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 18 Oct 2018 10:15:34 -0700 Subject: [PATCH] Fix lint errors --- ts/util/lint/exceptions.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 1f9e499d6..e645ddda3 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -1244,7 +1244,7 @@ "rule": "jQuery-insertAfter(", "path": "js/views/file_input_view.js", "line": " toast.$el.insertAfter(this.$el);", - "lineNumber": 188, + "lineNumber": 190, "reasonCategory": "usageTrusted", "updated": "2018-10-11T19:22:47.331Z", "reasonDetail": "Operating on already-existing DOM elements" @@ -1253,7 +1253,7 @@ "rule": "jQuery-insertAfter(", "path": "js/views/file_input_view.js", "line": " toast.$el.insertAfter(this.$el);", - "lineNumber": 282, + "lineNumber": 284, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" @@ -1262,7 +1262,7 @@ "rule": "jQuery-$(", "path": "js/views/file_input_view.js", "line": " this.$('.avatar').show();", - "lineNumber": 386, + "lineNumber": 388, "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" @@ -1271,7 +1271,7 @@ "rule": "jQuery-wrap(", "path": "js/views/file_input_view.js", "line": " .wrap('
')", - "lineNumber": 396, + "lineNumber": 398, "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Hard-coded value"