eiriksm/node-lmtool

View on GitHub
src/uploadText.js

Summary

Maintainability
A
1 hr
Test Coverage

Function uploadText has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function uploadText(url, words, callback) {
  let req = request.post({
    url: url,
    forever: true,
    headers: {
Severity: Minor
Found in src/uploadText.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status