octoblu/meshblu-server-websocket

View on GitHub

Showing 6 of 6 total issues

The cyclomatic complexity is too damn high
Open

  constructor: (options) ->
Severity: Minor
Found in src/server.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @panic new Error('Missing required environment variable: JOB_LOG_REDIS_URI') if _.isEmpty @serverOptions.jobLogRedisUri
Severity: Minor
Found in command.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @panic new Error('Missing required environment variable: JOB_LOG_SAMPLE_RATE') unless @serverOptions.jobLogSampleRate?
Severity: Minor
Found in command.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @panic new Error('Missing environment variable: RESPONSE_QUEUE_BASE_NAME') if _.isEmpty @serverOptions.responseQueueBaseName
Severity: Minor
Found in command.coffee by coffeelint

Line exceeds maximum allowed length
Open

    @panic new Error('Missing required environment variable: FIREHOSE_REDIS_URI') if _.isEmpty @serverOptions.firehoseRedisUri
Severity: Minor
Found in command.coffee by coffeelint

Line exceeds maximum allowed length
Open

      @messengerManagerFactory = new MessengerManagerFactory {uuidAliasResolver, @namespace, redisUri: @firehoseRedisUri}
Severity: Minor
Found in src/server.coffee by coffeelint
Severity
Category
Status
Source
Language