Commons:User scripts/users namespace/reports/User:TheDJ/tabularImportExport.js

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

jshint edit

  1. ISSUE: line 210 character 18: Missing semicolon. - Evidence: }
  2. ISSUE: line 280 character 23: Creating global 'for' variable. Should be 'for (var header ...'. - Evidence: for ( header in jsonsheet[ 0 ] ) {
  3. ISSUE: line 297 character 52: ['type'] is better written in dot notation. - Evidence: jsondata.schema.fields[ index ][ 'type' ] = 'number';
  4. ISSUE: line 300 character 52: ['type'] is better written in dot notation. - Evidence: jsondata.schema.fields[ index ][ 'type' ] = 'boolean';
  5. ISSUE: line 307 character 100: ['user'] is better written in dot notation. - Evidence: ' by ' + mw.config.get( 'wgFormattedNamespaces' )[mw.config.get( 'wgNamespaceIds' )['user'] ]
  6. ISSUE: line 316 character 14: Missing semicolon. - Evidence: }