nielse63/expand-hex-code

View on GitHub
chore(package): update eslint-config-xo to version 0.25.0 (#13) #190
greenkeeper[bot] authored 08a973dd
complete00:00:21
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'ratings' has been deprecated, and will not be used
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-shellcheck:b684
b684: Pulling from codeclimate/codeclimate-shellcheck
c19324d1d971: Pulling fs layer
b9d55d77164a: Pulling fs layer
8f50218ab73b: Pulling fs layer
9e528ae5c4ee: Pulling fs layer
b33d2a2eed86: Pulling fs layer
0c8afc39cf9e: Pulling fs layer
40c725c46ebc: Pulling fs layer
e49c9aa32ee7: Pulling fs layer
93181916221c: Pulling fs layer
9e528ae5c4ee: Waiting
0c8afc39cf9e: Waiting
b33d2a2eed86: Waiting
40c725c46ebc: Waiting
e49c9aa32ee7: Waiting
b9d55d77164a: Verifying Checksum
b9d55d77164a: Download complete
8f50218ab73b: Verifying Checksum
8f50218ab73b: Download complete
9e528ae5c4ee: Verifying Checksum
9e528ae5c4ee: Download complete
c19324d1d971: Verifying Checksum
c19324d1d971: Download complete
0c8afc39cf9e: Download complete
b33d2a2eed86: Download complete
c19324d1d971: Pull complete
b9d55d77164a: Pull complete
40c725c46ebc: Verifying Checksum
40c725c46ebc: Download complete
e49c9aa32ee7: Verifying Checksum
e49c9aa32ee7: Download complete
93181916221c: Download complete
8f50218ab73b: Pull complete
9e528ae5c4ee: Pull complete
b33d2a2eed86: Pull complete
0c8afc39cf9e: Pull complete
40c725c46ebc: Pull complete
e49c9aa32ee7: Pull complete
93181916221c: Pull complete
Digest: sha256:e0b2536aefdfd2c58c796ab66fea38b8c8b0389ce41a9bbfcd59ccd54b530acc
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-shellcheck:b684
docker pull codeclimate/codeclimate-nodesecurity:b685
b685: Pulling from codeclimate/codeclimate-nodesecurity
6d987f6f4279: Pulling fs layer
d0e8a23136b3: Pulling fs layer
5ad5b12a980e: Pulling fs layer
c90c0953f532: Pulling fs layer
a52657e035e5: Pulling fs layer
f16a6b2c953a: Pulling fs layer
2a6f46b5f88a: Pulling fs layer
a366c205559d: Pulling fs layer
ee5250d81b13: Pulling fs layer
b7bef50898de: Pulling fs layer
cdf053195db5: Pulling fs layer
a52657e035e5: Waiting
f16a6b2c953a: Waiting
2a6f46b5f88a: Waiting
a366c205559d: Waiting
ee5250d81b13: Waiting
b7bef50898de: Waiting
cdf053195db5: Waiting
c90c0953f532: Waiting
6d987f6f4279: Download complete
5ad5b12a980e: Verifying Checksum
5ad5b12a980e: Download complete
6d987f6f4279: Pull complete
c90c0953f532: Verifying Checksum
c90c0953f532: Download complete
a52657e035e5: Verifying Checksum
a52657e035e5: Download complete
d0e8a23136b3: Verifying Checksum
d0e8a23136b3: Download complete
2a6f46b5f88a: Verifying Checksum
2a6f46b5f88a: Download complete
a366c205559d: Verifying Checksum
a366c205559d: Download complete
b7bef50898de: Verifying Checksum
b7bef50898de: Download complete
cdf053195db5: Verifying Checksum
cdf053195db5: Download complete
f16a6b2c953a: Verifying Checksum
f16a6b2c953a: Download complete
d0e8a23136b3: Pull complete
ee5250d81b13: Verifying Checksum
ee5250d81b13: Download complete
5ad5b12a980e: Pull complete
c90c0953f532: Pull complete
a52657e035e5: Pull complete
f16a6b2c953a: Pull complete
2a6f46b5f88a: Pull complete
a366c205559d: Pull complete
ee5250d81b13: Pull complete
b7bef50898de: Pull complete
cdf053195db5: Pull complete
Digest: sha256:e0ea23add14382f2fc770dcf3fa9dfdfbfa835e9b429778c3cc57ddd24c1f0e4
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-nodesecurity:b685
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
eslint
eslint engine documentation
View output
ESLint is running with the /usr/local/node_modules/babel-eslint/index.js parser.
.eslintrc.js appears to be incompatible with ESLint 3.
We've attempted to fix any compatibility issues.
Note: some of these warnings may originate in configurations you are extending.
If analysis succeeds, you have nothing to worry about.
To upgrade it do the following:

* Remove generator-star rule and add the following:

    "generator-star-spacing": [
        "off",
        {
            "after": false,
            "before": false
        }
    ]


* Remove no-arrow-condition rule and add the following:

    "no-confusing-arrow": "off",
    "no-constant-condition": [
        "off",
        {
            "checkLoops": false
        }
    ]


* Remove no-comma-dangle rule and add the following:

    "comma-dangle": [
        "off",
        "always-multiline"
    ]


* Remove no-reserved-keys rule and add the following:

    "quote-props": [
        "off",
        "as-needed",
        {
            "keywords": true
        }
    ]


* Remove no-space-before-semi rule and add the following:

    "semi-spacing": [
        "off",
        {
            "before": false
        }
    ]


* Remove no-wrap-func rule and add the following:

    "no-extra-parens": [
        "off",
        "functions"
    ]


* Remove space-after-function-name rule and add the following:

    "space-before-function-paren": [
        "off",
        [
        ]
    ]


* Remove space-after-keywords rule and add the following:

    "keyword-spacing": [
        "off",
        {
            "after": false
        }
    ]


* Remove space-before-function-parentheses rule and add the following:

    "space-before-function-paren": [
        "off",
        [
        ]
    ]


* Remove space-before-keywords rule and add the following:

    "keyword-spacing": [
        "off",
        {
            "before": false
        }
    ]


* Remove space-in-brackets rule and add the following:

    "array-bracket-spacing": [
        "off",
        [
        ]
    ],
    "object-curly-spacing": [
        "off",
        [
        ]
    ]


* Remove space-return-throw-case rule and add the following:

    "keyword-spacing": [
        "off",
        {
            "after": true
        }
    ]


* Remove space-unary-word-ops rule and add the following:

    "space-unary-ops": [
        "off",
        {
            "words": true
        }
    ]



Ignoring the following rules that rely on module resolution:

* import/no-extraneous-dependencies
● Validation Warning:

  Unknown option "filepath" with value "/code/src/expand-hex-code.js" was found.
  This is probably a typing mistake. Fixing it will remove this message.

● Validation Warning:

  Unknown option "filepath" with value "/code/src/utils.js" was found.
  This is probably a typing mistake. Fixing it will remove this message.

(node:8) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:8) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
8
fixme
fixme engine documentation
9
markdownlint
markdownlint engine documentation
View output
/usr/local/bundle/gems/posix-spawn-0.3.11/lib/posix/spawn.rb:467: warning: constant ::Fixnum is deprecated
10
shellcheck
shellcheck engine documentation
11
nodesecurity
nodesecurity engine documentation
View output
Error: npm-shrinkwrap.json or package-lock.json is required for offline checks
    at Object.exports.check (/usr/src/app/lib/offline.js:14:27)
    at exports.handler.Command.wrap (/usr/src/app/commands/check.js:102:21)
    at Promise.resolve.then.then (/usr/src/app/lib/command.js:70:14)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
    at Function.Module.runMain (module.js:667:11)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:607:3