Commons:User scripts/users namespace/reports/User:Antoine WMFr/scripts/CatUsage.js

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

This is the report page for User:Antoine WMFr/scripts/CatUsage.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 69 character 37: 'i' is already defined. - Evidence: for ( var i = 0; i < 5; i++ ) {
  2. ISSUE: line 71 character 79: Missing semicolon. - Evidence: this.usageRequest( this.files.splice( 0,50 ) )
  3. ISSUE: line 189 character 24: ['fucontinue'] is better written in dot notation. - Evidence: payload[ 'fucontinue' ] = fucontinue;
  4. ISSUE: line 193 character 24: ['gucontinue'] is better written in dot notation. - Evidence: payload[ 'gucontinue' ] = gucontinue;