AgileVentures/WebsiteOne

View on GitHub
Minor documentation updates (#3913) #8408
Matt Lindsey authored 15f7edb0
complete00:00:32
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
No errors or warnings found in .codeclimate.yml.
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
6325120d0421: Waiting
e3fc6ecdde23: Waiting
6bcd3cf3dc89: Waiting
217307bc6494: Waiting
432def80c07d: Waiting
db56bb7854f0: Waiting
db5c2bef335b: Waiting
e742cf0bcaea: Waiting
c869dc54138e: Waiting
4ecc479337bc: Waiting
617893d1e146: Waiting
dfcec1f1cb7c: Download complete
59bf1c3509f3: Verifying Checksum
59bf1c3509f3: Download complete
ecfdfc99c764: Verifying Checksum
ecfdfc99c764: Download complete
59bf1c3509f3: Pull complete
4ecc479337bc: Download complete
e3fc6ecdde23: Verifying Checksum
e3fc6ecdde23: Download complete
6325120d0421: Verifying Checksum
6325120d0421: Download complete
217307bc6494: Verifying Checksum
217307bc6494: Download complete
ecfdfc99c764: Pull complete
db56bb7854f0: Verifying Checksum
e742cf0bcaea: Verifying Checksum
e742cf0bcaea: Download complete
dfcec1f1cb7c: Pull complete
db5c2bef335b: Verifying Checksum
db5c2bef335b: Download complete
6bcd3cf3dc89: Download complete
dd341ad86e09: Download complete
c869dc54138e: Verifying Checksum
c869dc54138e: Download complete
6325120d0421: Pull complete
432def80c07d: Verifying Checksum
432def80c07d: Download complete
e3fc6ecdde23: Pull complete
617893d1e146: Verifying Checksum
617893d1e146: Download 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...
W, [2024-11-29T10:50:59.919581 #1]  WARN -- : Skipping app/assets/javascripts/moment.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-29T10:50:59.919624 #1]  WARN -- : Response status: 422
W, [2024-11-29T10:51:00.289502 #1]  WARN -- : Skipping app/assets/javascripts/bootstrap-timepicker.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-29T10:51:00.289537 #1]  WARN -- : Response status: 422
W, [2024-11-29T10:51:01.758636 #1]  WARN -- : Skipping app/presenters/base_presenter.rb due to CC::Parser::Client::HTTPError
W, [2024-11-29T10:51:01.758668 #1]  WARN -- : Response status: 422
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
        }
    ]



WARN: Skipping app/assets/javascripts/moment.min.js: it appears to be minified
WARN: Skipping app/assets/javascripts/bootstrap-timepicker.min.js: it appears to be minified
(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
unrecognized cop or department Style/ComparableClamp found in .rubocop_todo.yml
Did you mean `Style/Sample`?
unrecognized cop or department Style/ComparableClamp found in .rubocop.yml
Did you mean `Style/Sample`?