javiercejudo/linear-converter

View on GitHub

Showing 2 of 6 total issues

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

module.exports = function(config) {
  config.set({

    // base path that will be used to resolve all patterns (eg. files, exclude)
    basePath: '',
Severity: Major
Found in karma.conf.js - About 3 hrs to fix

    Function factory has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function factory(Decimal) {
      var presetToDecimal = presetToDecimalFactory(Decimal);
      var scaleToDecimal = scaleToDecimalFactory(Decimal);
      var rescale = rescaleFactory(Decimal);
      var api = {};
    Severity: Minor
    Found in src/linear-converter.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language