snowyu/task-registry-file-layout.js

View on GitHub

Showing 4 of 4 total issues

Line exceeds maximum allowed length
Open

          # the inherited file resource object use the parent's contents if parent is a file(not folder) and no contents on itself.
Severity: Minor
Found in src/index.coffee by coffeelint

Line exceeds maximum allowed length
Open

        if !aFile.hasOwnProperty('_contents') && aFile.parent && !aFile.parent.isDirectory()
Severity: Minor
Found in src/index.coffee by coffeelint

Line exceeds maximum allowed length
Open

        vCfg = if aFile.skipSize then aFile.contents.toString().slice(0, aFile.skipSize) else ''
Severity: Minor
Found in src/index.coffee by coffeelint

Line exceeds maximum allowed length
Open

        if !aFile.hasOwnProperty('_contents') && aFile.parent && !aFile.parent.isDirectory()
Severity: Minor
Found in src/index.coffee by coffeelint
Severity
Category
Status
Source
Language