stuf/obs.remote.kefir

View on GitHub

Showing 1 of 82 total issues

Function exports has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = rootPath => {
  const srcDir = join(rootPath, 'lib');
  const files = readdirSync(srcDir);
  const outFile = join(rootPath, 'outdoc.md');

Severity: Minor
Found in scripts/generate_docs.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language