abhinavmsra/jQuery-faker

View on GitHub

Showing 3 of 3 total issues

Function fakify has 78 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.fakify = function (options) {
    var $this = this[0];
    return this.each(function () {
      var faker = {
        name: {
Severity: Major
Found in js/faker.js - About 3 hrs to fix

    Function Faker has 39 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function Faker() {
    
      // jQuery reference to the faker dictionary
      var $dictionaryRef = '$.fakifyDictionary.';
    
    
    Severity: Minor
    Found in js/faker.js - About 1 hr to fix

      Function recurse has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

            var recurse = function (mappedKey, search, element, key, val) {
      Severity: Minor
      Found in js/faker.js - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language