From 95ba85ee43cd313637cc549bbb4f9deb7a841749 Mon Sep 17 00:00:00 2001 From: jgen Date: Sat, 26 Apr 2014 05:32:15 -0400 Subject: [PATCH] This js file relies on functions defined in 'shimmie.js' which is all globed together when rendering a page. Adding an ignore line to scrutinizer to prevent false-positives. --- .scrutinizer.yml | 2 +- ext/tagger/script.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index f3c4b2f2..4ff51349 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -3,4 +3,4 @@ imports: - php filter: - excluded_paths: [lib/*] + excluded_paths: [lib/*,ext/tagger/script.js] diff --git a/ext/tagger/script.js b/ext/tagger/script.js index 9f0987d3..511a2684 100644 --- a/ext/tagger/script.js +++ b/ext/tagger/script.js @@ -1,11 +1,11 @@ -/*jshint dojo:true, forin:false, nonew:true, undef:true, strict:false, browser:true, jquery:true */ +/*jshint forin:false, nonew:true, undef:true, strict:false, browser:true, jquery:true */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ * Tagger - Advanced Tagging v2 * * Author: Artanis (Erik Youngren ) * * Do not remove this notice. * \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - + var Tagger = { initialize : function (image_id) { // object navigation