Commons:User scripts/reports/MediaWiki:Tag.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This is the report page for MediaWiki:Tag.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 17 character 1: Expected an assignment or function call and instead saw an expression. - Evidence: t
  2. ISSUE: line 17 character 2: Missing semicolon. - Evidence: t
  3. ISSUE: line 23 character 29: The array literal notation [] is preferable. - Evidence: mmtags_taglist = new Array() ;
  4. ISSUE: line 24 character 30: The array literal notation [] is preferable. - Evidence: mmtags_selected = new Array() ;
  5. ISSUE: line 116 character 18: Use '===' to compare with 'false'. - Evidence: if ( false == success_n ) return ;
  6. ISSUE: line 126 character 16: Use '===' to compare with 'false'. - Evidence: if ( false == success_n ) {
  7. ISSUE: line 186 character 13: Use '===' to compare with ''. - Evidence: if ( nt == '' ) return ;
  8. ISSUE: line 191 character 23: Use '!==' to compare with ''. - Evidence: if ( summary_text != "" ) summary_text += ", " ;
  9. ISSUE: line 195 character 17: Use '===' to compare with ''. - Evidence: if ( add_text == '' ) {
  10. ISSUE: line 228 character 10: Use '===' to compare with '0'. - Evidence: if ( 0 == mmtags_selected.length ) {