steem-third-party/ganymede

View on GitHub
transfer lookup #244
Anthony Martin authored 07d117c3
complete00:00:27
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-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
e742cf0bcaea: Waiting
6bcd3cf3dc89: Waiting
432def80c07d: Waiting
db5c2bef335b: Waiting
6325120d0421: Waiting
c869dc54138e: Waiting
dd341ad86e09: Waiting
e3fc6ecdde23: Waiting
617893d1e146: Waiting
dfcec1f1cb7c: Verifying Checksum
dfcec1f1cb7c: Download complete
59bf1c3509f3: Download complete
ecfdfc99c764: Verifying Checksum
ecfdfc99c764: Download complete
59bf1c3509f3: Pull complete
e3fc6ecdde23: Verifying Checksum
e3fc6ecdde23: Download complete
4ecc479337bc: Verifying Checksum
4ecc479337bc: Download complete
6325120d0421: Verifying Checksum
6325120d0421: Download complete
217307bc6494: Verifying Checksum
217307bc6494: Download complete
ecfdfc99c764: Pull complete
db56bb7854f0: Verifying Checksum
db56bb7854f0: Download complete
e742cf0bcaea: Download complete
dfcec1f1cb7c: Pull complete
6bcd3cf3dc89: Verifying Checksum
6bcd3cf3dc89: Download complete
db5c2bef335b: Verifying Checksum
db5c2bef335b: Download complete
c869dc54138e: Verifying Checksum
c869dc54138e: Download complete
dd341ad86e09: Verifying Checksum
dd341ad86e09: Download complete
6325120d0421: Pull complete
617893d1e146: Verifying Checksum
617893d1e146: Download complete
432def80c07d: Verifying Checksum
432def80c07d: Download complete
e3fc6ecdde23: Pull complete
4ecc479337bc: Pull complete
217307bc6494: Pull 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
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
brakeman
brakeman engine documentation
8
bundler-audit
bundler-audit engine documentation
9
coffeelint
coffeelint engine documentation
10
eslint
eslint engine documentation
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
11
fixme
fixme engine documentation
12
rubocop
rubocop engine documentation
View output
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 Lint/InvalidCharacterLiteral found in .rubocop.yml
Warning: unrecognized cop Layout/SpaceInsideBrackets found in .rubocop.yml