Commons:User scripts/users namespace/reports/User:Magnus Manske/whatelse.js

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

This is the report page for User:Magnus Manske/whatelse.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 38 character 82: Missing semicolon. - Evidence: self.loadItems ( self.investigate_same_property_value , resolve )
  2. ISSUE: line 41 character 44: Use '===' to compare with '0'. - Evidence: if ( self.related_items.length == 0 ) return ; // No items to process
  3. ISSUE: line 177 character 116: Use '===' to compare with '0'. - Evidence: if ( typeof d.results == 'undefined' || d.results.bindings == 'undefined' || d.results.bindings.length == 0 ) return ;
  4. ISSUE: line 200 character 116: Use '===' to compare with '0'. - Evidence: if ( typeof d.results == 'undefined' || d.results.bindings == 'undefined' || d.results.bindings.length == 0 ) return ;
  5. ISSUE: line 304 character 35: Use '===' to compare with '0'. - Evidence: if ( self.sections.length == 0 ) {
  6. ISSUE: line 338 character 35: Use '===' to compare with '0'. - Evidence: if ( temparray.length == 0 ) continue ;
  7. ISSUE: line 351 character 15: Don't make functions within a loop. - Evidence: } ) ) ;
  8. ISSUE: line 372 character 34: Use '===' to compare with '0'. - Evidence: if ( v2.ns*1 == 0 && v2.wiki=='www.wikidata.org' ) items.push ( v2.title ) ;

esprima[edit]

  1. ERROR: Cannot parse line 35 column 38: Unexpected token >