Commons:User scripts/users namespace/reports/User:Mdaniels5757/cuStaleness.js

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

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

jshint[edit]

  1. ISSUE: line 24 character 49: Confusing use of '!'. - Evidence: if(typeof lazyCheckCUStaleness !== "boolean" || !(lazyCheckCUStaleness === false))
  2. ISSUE: line 48 character 30: Use '!==' to compare with 'null'. - Evidence: if(cuStaleNewestCreateID != null)
  3. ISSUE: line 52 character 31: Use '!==' to compare with 'null'. - Evidence: if(cuStaleNewestContribID != null)
  4. ISSUE: line 56 character 30: Use '!==' to compare with 'null'. - Evidence: if(cuStaleOldestCreateID != null)
  5. ISSUE: line 60 character 31: Use '!==' to compare with 'null'. - Evidence: if(cuStaleOldestContribID != null)
  6. ISSUE: line 134 character 52: Use '===' to compare with 'null'. - Evidence: if(cuStaleOldestCreate == null || regTime < cuStaleOldestCreate)
  7. ISSUE: line 139 character 52: Use '===' to compare with 'null'. - Evidence: if(cuStaleNewestCreate == null || regTime > cuStaleNewestCreate)
  8. ISSUE: line 178 character 53: Use '===' to compare with 'null'. - Evidence: if(cuStaleOldestContrib == null || lastTimestamp < cuStaleOldestContrib)
  9. ISSUE: line 183 character 53: Use '===' to compare with 'null'. - Evidence: if(cuStaleNewestContrib == null || lastTimestamp > cuStaleNewestContrib)
  10. ISSUE: line 229 character 69: Use '===' to compare with 'null'. - Evidence: if(cuStaleOldestContrib == null || deletedTimestamp < cuStaleOldestContrib)
  11. ISSUE: line 234 character 69: Use '===' to compare with 'null'. - Evidence: if(cuStaleNewestContrib == null || deletedTimestamp > cuStaleNewestContrib)
  12. ISSUE: line 316 character 65: Use '===' to compare with 'null'. - Evidence: if(cuStaleOldestContrib == null || deletedTimestamp < cuStaleOldestContrib)
  13. ISSUE: line 321 character 65: Use '===' to compare with 'null'. - Evidence: if(cuStaleNewestContrib == null || deletedTimestamp > cuStaleNewestContrib)
  14. ISSUE: line 378 character 34: Use '!==' to compare with 'null'. - Evidence: if(cuStaleNewestCreateID != null)
  15. ISSUE: line 382 character 35: Use '!==' to compare with 'null'. - Evidence: if(cuStaleNewestContribID != null)
  16. ISSUE: line 386 character 34: Use '!==' to compare with 'null'. - Evidence: if(cuStaleOldestCreateID != null)
  17. ISSUE: line 390 character 35: Use '!==' to compare with 'null'. - Evidence: if(cuStaleOldestContribID != null)