1
git clone
00:00:04 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:03 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
fd215c3ecc6d: Waiting
9ef7b90e0f65: Waiting
fe005a660090: Waiting
93bbf0c6ac24: Waiting
3db334767449: Waiting
6a35206c5685: Waiting
a5affcf696a9: Waiting
97dae80db3d1: 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
a5affcf696a9: Verifying Checksum
a5affcf696a9: Download complete
2e580f924dd2: Pull complete
93bbf0c6ac24: Verifying Checksum
93bbf0c6ac24: Download complete
fd215c3ecc6d: Verifying Checksum
fd215c3ecc6d: Download complete
fe005a660090: Verifying Checksum
fe005a660090: Download complete
3db334767449: Verifying Checksum
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
00:00:04 View output 12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
00:00:03 View output 12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
bundler-audit bundler-audit engine documentation
00:00:00 8
csslint csslint engine documentation
00:00:00 9
eslint eslint engine documentation
00:00:00 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.
* Remove no-empty-label rule and add the following:
"no-labels": [
"off",
{
"allowLoop": true
}
]
* Remove no-reserved-keys rule and add the following:
"quote-props": [
"off",
"as-needed",
{
"keywords": true
}
]
* Remove space-after-keywords rule and add the following:
"keyword-spacing": [
"off",
{
"after": true
}
]
* 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
10
fixme fixme engine documentation
00:00:00 11
rubocop rubocop engine documentation
00:00:01 View output The `Style/TrailingComma` cop no longer exists. Please use `Style/TrailingCommaInLiteral` and/or `Style/TrailingCommaInArguments` instead.
(obsolete configuration found in .rubocop.yml, please update it)
The `Rails/DefaultScope` cop no longer exists.
(obsolete configuration found in .rubocop.yml, please update it)
The `Lint/InvalidCharacterLiteral` cop has been removed since it was never being actually triggered.
(obsolete configuration found in .rubocop.yml, please update it)
Warning: unrecognized cop Layout/SpaceInsideBrackets found in .rubocop.yml
Warning: unrecognized cop Style/TrailingComma found in .rubocop.yml
Warning: unrecognized cop Lint/InvalidCharacterLiteral found in .rubocop.yml
Warning: unrecognized cop Rails/DefaultScope found in .rubocop.yml
Warning: unrecognized parameter Style/ParallelAssignment:Reference found in .rubocop.yml