1
git clone
00:00:01 2
codeclimate validate-config
00:00:01 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
00:00:01 View output codeclimate prepare
4
builder pull-engines
00:00:07 View output determining required images
docker pull codeclimate/codeclimate-csslint:b84
b84: Pulling from codeclimate/codeclimate-csslint
1160f4abea84: Pulling fs layer
a3ed95caeb02: Pulling fs layer
3ec5cae38735: Pulling fs layer
8936ea0e8ba7: Pulling fs layer
94a9aff34d5e: Pulling fs layer
8936ea0e8ba7: Waiting
8d0399ee02d4: Pulling fs layer
4dfde3fb5720: Pulling fs layer
96be06cb94ee: Pulling fs layer
4dfde3fb5720: Waiting
96be06cb94ee: Waiting
8d0399ee02d4: Waiting
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
1160f4abea84: Verifying Checksum
1160f4abea84: Download complete
3ec5cae38735: Verifying Checksum
3ec5cae38735: Download complete
1160f4abea84: Pull complete
8936ea0e8ba7: Verifying Checksum
8936ea0e8ba7: Download complete
94a9aff34d5e: Download complete
a3ed95caeb02: Pull complete
8d0399ee02d4: Verifying Checksum
8d0399ee02d4: Download complete
96be06cb94ee: Verifying Checksum
4dfde3fb5720: Verifying Checksum
4dfde3fb5720: Download complete
3ec5cae38735: Pull complete
8936ea0e8ba7: Pull complete
94a9aff34d5e: Pull complete
8d0399ee02d4: Pull complete
4dfde3fb5720: Pull complete
96be06cb94ee: Pull complete
Digest: sha256:20ce00b71ed8952203f7bb71051aec98bc5e156bcaf474bac3a23c54e8567bed
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-csslint:b84
docker pull codeclimate/codeclimate-coffeelint:b108
b108: Pulling from codeclimate/codeclimate-coffeelint
59bf1c3509f3: Pulling fs layer
ecfdfc99c764: Pulling fs layer
dfcec1f1cb7c: Pulling fs layer
6325120d0421: Pulling fs layer
e3fc6ecdde23: Pulling fs layer
4ecc479337bc: Pulling fs layer
217307bc6494: Pulling fs layer
db56bb7854f0: Pulling fs layer
e742cf0bcaea: Pulling fs layer
6bcd3cf3dc89: Pulling fs layer
432def80c07d: Pulling fs layer
db5c2bef335b: Pulling fs layer
c869dc54138e: Pulling fs layer
dd341ad86e09: Pulling fs layer
617893d1e146: Pulling fs layer
4ecc479337bc: Waiting
217307bc6494: Waiting
db56bb7854f0: Waiting
6325120d0421: Waiting
e3fc6ecdde23: Waiting
c869dc54138e: Waiting
617893d1e146: Waiting
dd341ad86e09: Waiting
432def80c07d: Waiting
6bcd3cf3dc89: Waiting
db5c2bef335b: Waiting
dfcec1f1cb7c: Verifying Checksum
dfcec1f1cb7c: Download complete
ecfdfc99c764: Verifying Checksum
ecfdfc99c764: Download complete
59bf1c3509f3: Verifying Checksum
59bf1c3509f3: Download complete
e3fc6ecdde23: Download complete
59bf1c3509f3: Pull complete
4ecc479337bc: Verifying Checksum
4ecc479337bc: Download complete
217307bc6494: Download complete
db56bb7854f0: Download complete
e742cf0bcaea: Verifying Checksum
e742cf0bcaea: Download complete
6325120d0421: Verifying Checksum
6325120d0421: Download complete
ecfdfc99c764: Pull complete
dfcec1f1cb7c: Pull complete
6bcd3cf3dc89: Verifying Checksum
6bcd3cf3dc89: Download complete
db5c2bef335b: Verifying Checksum
db5c2bef335b: Download complete
c869dc54138e: Verifying Checksum
c869dc54138e: Download complete
6325120d0421: Pull complete
dd341ad86e09: Verifying Checksum
dd341ad86e09: Download complete
617893d1e146: Verifying Checksum
617893d1e146: Download complete
e3fc6ecdde23: Pull complete
4ecc479337bc: Pull complete
217307bc6494: Pull complete
432def80c07d: Verifying Checksum
432def80c07d: Download complete
db56bb7854f0: Pull complete
e742cf0bcaea: Pull complete
6bcd3cf3dc89: Pull complete
432def80c07d: Pull complete
db5c2bef335b: Pull complete
c869dc54138e: Pull complete
dd341ad86e09: Pull complete
617893d1e146: Pull complete
Digest: sha256:14ed4aa04e15374f570d1ecb1e3b2c096fa3c7239b66ef45dc459ba830f6db18
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-coffeelint:b108
5
structure
00:00:05 View output 12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
csslint csslint engine documentation
00:00:00 7
coffeelint coffeelint engine documentation
00:00:00 8
eslint eslint engine documentation
00:00:03 View output ESLint is running with the default 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
00:00:00