snowyu/node-buffer-codec

View on GitHub

Showing 5 of 5 total issues

Line contains inconsistent indentation
Open

        c = str.charCodeAt(i)
Severity: Minor
Found in src/abstract-codec.coffee by coffeelint

Line exceeds maximum allowed length
Open

        result = @encodeBuffer value, options.buffer, options.bufferOffset, options.bufferEncoding
Severity: Minor
Found in src/abstract-codec.coffee by coffeelint

Line exceeds maximum allowed length
Open

      result = @decodeBuffer value, options.bufferStart, options.bufferEnd, options.bufferEncoding
Severity: Minor
Found in src/abstract-codec.coffee by coffeelint

Line ends with trailing whitespace
Open

        else if c < (1 << 31) then 6 
Severity: Minor
Found in src/abstract-codec.coffee by coffeelint

Line ends with trailing whitespace
Open

    if isBuffer data 
Severity: Minor
Found in src/codec.coffee by coffeelint
Severity
Category
Status
Source
Language