migerh/js-module-walker

View on GitHub
Update parser library #204
Michael Gerhaeuser authored 422b7cc8
complete00:00:16
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-bundler-audit:b290
b290: Pulling from codeclimate/codeclimate-bundler-audit
5a3ea8efae5d: Pulling fs layer
c994900c491f: Pulling fs layer
2e580f924dd2: Pulling fs layer
a5affcf696a9: Pulling fs layer
97dae80db3d1: Pulling fs layer
9ef7b90e0f65: Pulling fs layer
93bbf0c6ac24: Pulling fs layer
fd215c3ecc6d: Pulling fs layer
fe005a660090: Pulling fs layer
3db334767449: Pulling fs layer
6a35206c5685: Pulling fs layer
a5affcf696a9: Waiting
97dae80db3d1: Waiting
9ef7b90e0f65: Waiting
fe005a660090: Waiting
93bbf0c6ac24: Waiting
3db334767449: Waiting
6a35206c5685: Waiting
fd215c3ecc6d: Waiting
2e580f924dd2: Verifying Checksum
2e580f924dd2: Download complete
c994900c491f: Verifying Checksum
c994900c491f: Download complete
5a3ea8efae5d: Download complete
5a3ea8efae5d: Pull complete
97dae80db3d1: Verifying Checksum
97dae80db3d1: Download complete
c994900c491f: Pull complete
9ef7b90e0f65: Verifying Checksum
9ef7b90e0f65: Download complete
93bbf0c6ac24: Verifying Checksum
93bbf0c6ac24: Download complete
2e580f924dd2: Pull complete
a5affcf696a9: Verifying Checksum
a5affcf696a9: Download complete
fd215c3ecc6d: Verifying Checksum
fd215c3ecc6d: Download complete
fe005a660090: Verifying Checksum
fe005a660090: Download complete
3db334767449: Download complete
6a35206c5685: Verifying Checksum
6a35206c5685: Download complete
a5affcf696a9: Pull complete
97dae80db3d1: Pull complete
9ef7b90e0f65: Pull complete
93bbf0c6ac24: Pull complete
fd215c3ecc6d: Pull complete
fe005a660090: Pull complete
3db334767449: Pull complete
6a35206c5685: Pull complete
Digest: sha256:7ad167553c060cb2f9dd9b211c7d01a05c79c29b400a91604691b3144c9fa19a
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-bundler-audit:b290
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
bundler-audit
bundler-audit engine documentation
8
eslint
eslint engine documentation
View output
ESLint is running with the /usr/local/node_modules/babel-eslint/index.js parser.
.eslintrc 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:

* Add .yml or .json to the config file name. Extension-less config file names are deprecated.
* Set sourceType to "module" in parserOptions section
* Remove modules from ecmaFeatures section
* Set ecmaVersion to 6 in parserOptions section
* Move ecmaFeatures section under parserOptions section
* Remove no-arrow-condition rule and add the following:

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


* Remove no-empty-label rule and add the following:

    "no-labels": [
        "error",
        {
            "allowLoop": true
        }
    ]


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

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


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

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


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

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



(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
9
fixme
fixme engine documentation