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.
This commit is contained in:
parent
4e9e5ca2be
commit
95ba85ee43
@ -3,4 +3,4 @@ imports:
|
|||||||
- php
|
- php
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
excluded_paths: [lib/*]
|
excluded_paths: [lib/*,ext/tagger/script.js]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/*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 *
|
* Tagger - Advanced Tagging v2 *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user