ahmader/node-zoho

View on GitHub

Showing 8 of 8 total issues

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

module.exports = function(grunt) {
  grunt.initConfig({
    watch: {
      all: {
        files: ['lib/**/*', 'spec/**/*'],
Severity: Major
Found in Gruntfile.js - About 2 hrs to fix

    Line exceeds maximum allowed length
    Open

          else if _.has(record,'_') and _.has(record,'$') and _.has(record.$,'param')

    Line exceeds maximum allowed length
    Open

                if _.isArray(@data?.response?.result) and @data?.response?.result.length == 1
    Severity: Minor
    Found in lib/response.coffee by coffeelint

    Line exceeds maximum allowed length
    Open

            # FIXME: tbd how to pass nested tag name, currently hardcoded to "project"

    Line exceeds maximum allowed length
    Open

        return ['Leads', 'Events', 'Potentials', 'Contacts', 'Accounts', 'CustomModule1']
    Severity: Minor
    Found in lib/products/crm/index.coffee by coffeelint

    Line exceeds maximum allowed length
    Open

        disposition = contentDisposition.parse(@_response.headers['content-disposition'])
    Severity: Minor
    Found in lib/response.coffee by coffeelint

    Line exceeds maximum allowed length
    Open

        records = [ _.pick(options,['createPotential','assignTo','notifyLeadOwner','notifyNewEntityOwner'])]
    Severity: Minor
    Found in lib/products/crm/leads.coffee by coffeelint

    FIXME found
    Open

            # FIXME: tbd how to pass nested tag name, currently hardcoded to "project"
    Severity: Minor
    Found in lib/products/crm/crm-module.coffee by fixme
    Severity
    Category
    Status
    Source
    Language