trufflesuite/truffle

View on GitHub
packages/compile-vyper/parser.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parseImports has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function parseImports(body) {
  // WARNING: We're going to do this crudely with regexes!!
  //
  // Vyper has a rigid enough syntax that I think this is workable.
  //
Severity: Minor
Found in packages/compile-vyper/parser.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status