noppoMan/npdynamodb

View on GitHub
test/data/complex_table_seed.js

Summary

Maintainability
A
1 hr
Test Coverage

Function stabData has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var stabData = _.range(1, 11).map(function(i){
  return {
    hash_key: "key1",
    range_key: i,
    gsi_hash_key: "gkey1", //gsi
Severity: Minor
Found in test/data/complex_table_seed.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status