Skip to content

Commit

Permalink
This js file relies on functions defined in 'shimmie.js' which is all…
Browse files Browse the repository at this point in the history
… globed together when rendering a page. Adding an ignore line to scrutinizer to prevent false-positives.
  • Loading branch information
jgen committed Apr 26, 2014
1 parent 4e9e5ca commit 95ba85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ imports:
- php

filter:
excluded_paths: [lib/*]
excluded_paths: [lib/*,ext/tagger/script.js]
4 changes: 2 additions & 2 deletions ext/tagger/script.js
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>) *
* Do not remove this notice. *
\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

var Tagger = {
initialize : function (image_id) {
// object navigation
Expand Down

0 comments on commit 95ba85e

Please sign in to comment.