Commons:User scripts/reports/MediaWiki:Split!.js

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

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

jshint[edit]

  1. ISSUE: line 262 character 38: 'lastPart' is already defined. - Evidence: var lastPart = parts[parts.length - 1];
  2. ISSUE: line 295 character 39: ['undelete'] is better written in dot notation. - Evidence: if (!r['undelete']) {
  3. ISSUE: line 321 character 35: ['move'] is better written in dot notation. - Evidence: if (!r['move']) {
  4. ISSUE: line 343 character 35: ['edit'] is better written in dot notation. - Evidence: if (!r['edit']) {