publiclab/plots2

View on GitHub
improve-text-for-contributors (#11532) #20399
Ogunbanjo Oluwadamilare authored 5e1d8c2b
complete00:00:50
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-rubocop:b373
b373: Pulling from codeclimate/codeclimate-rubocop
ab7e51e37a18: Pulling fs layer
a3ed95caeb02: Pulling fs layer
442b117d3b3d: Pulling fs layer
b55acd437fdd: Pulling fs layer
85b6435fbecb: Pulling fs layer
dae88c5227db: Pulling fs layer
488697fd6c5d: Pulling fs layer
8fcbcdc5ec3f: Pulling fs layer
e614deca59a8: Pulling fs layer
d14e6893c4a6: Pulling fs layer
b55acd437fdd: Waiting
85b6435fbecb: Waiting
dae88c5227db: Waiting
488697fd6c5d: Waiting
8fcbcdc5ec3f: Waiting
e614deca59a8: Waiting
d14e6893c4a6: Waiting
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
442b117d3b3d: Verifying Checksum
442b117d3b3d: Download complete
ab7e51e37a18: Verifying Checksum
ab7e51e37a18: Download complete
85b6435fbecb: Verifying Checksum
85b6435fbecb: Download complete
ab7e51e37a18: Pull complete
dae88c5227db: Verifying Checksum
dae88c5227db: Download complete
488697fd6c5d: Verifying Checksum
488697fd6c5d: Download complete
a3ed95caeb02: Pull complete
442b117d3b3d: Pull complete
e614deca59a8: Verifying Checksum
e614deca59a8: Download complete
8fcbcdc5ec3f: Verifying Checksum
8fcbcdc5ec3f: Download complete
d14e6893c4a6: Download complete
b55acd437fdd: Verifying Checksum
b55acd437fdd: Download complete
b55acd437fdd: Pull complete
85b6435fbecb: Pull complete
dae88c5227db: Pull complete
488697fd6c5d: Pull complete
8fcbcdc5ec3f: Pull complete
e614deca59a8: Pull complete
d14e6893c4a6: Pull complete
Digest: sha256:143b71b19464a9a5eb02db5a17d67e9e44ac2215ee78bcfcf1452b354414c658
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b373
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-11-23T06:44:32.045307 #1]  WARN -- : Skipping public/emoji.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:32.045353 #1]  WARN -- : Response status: 422
W, [2024-11-23T06:44:32.048651 #1]  WARN -- : Skipping public/bookmarklet.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:32.048683 #1]  WARN -- : Response status: 422
W, [2024-11-23T06:44:32.364957 #1]  WARN -- : Skipping app/assets/javascripts/ics.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:32.364997 #1]  WARN -- : Response status: 422
W, [2024-11-23T06:44:32.440642 #1]  WARN -- : Skipping app/assets/javascripts/ics.deps.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:32.440681 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-11-23T06:44:40.147063 #1]  WARN -- : Skipping ./public/emoji.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:40.147110 #1]  WARN -- : Response status: 422
W, [2024-11-23T06:44:40.148030 #1]  WARN -- : Skipping ./public/bookmarklet.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:40.148061 #1]  WARN -- : Response status: 422
W, [2024-11-23T06:44:40.639788 #1]  WARN -- : Skipping ./app/assets/javascripts/ics.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:40.639997 #1]  WARN -- : Response status: 422
W, [2024-11-23T06:44:40.753849 #1]  WARN -- : Skipping ./app/assets/javascripts/ics.deps.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-23T06:44:40.753890 #1]  WARN -- : Response status: 422
7
brakeman
brakeman engine documentation
8
bundler-audit
bundler-audit engine documentation
9
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 public/bookmarklet.js: it appears to be minified
WARN: Skipping public/emoji.js: it appears to be minified
WARN: Skipping app/assets/javascripts/ics.deps.min.js: it appears to be minified
WARN: Skipping app/assets/javascripts/ics.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
10
fixme
fixme engine documentation
11
rubocop
rubocop engine documentation
View output
.rubocop.yml: Layout/EndAlignment has the wrong namespace - should be Lint
.rubocop.yml: Layout/DefEndAlignment has the wrong namespace - should be Lint
.rubocop.yml: Layout/LineLength has the wrong namespace - should be Metrics
.rubocop_shopify_styleguide.yml: Layout/BlockAlignment has the wrong namespace - should be Lint
.rubocop_shopify_styleguide.yml: Layout/DefEndAlignment has the wrong namespace - should be Lint
.rubocop_shopify_styleguide.yml: Lint/FlipFlop has the wrong namespace - should be Style
.rubocop_shopify_styleguide.yml: Layout/ConditionPosition has the wrong namespace - should be Lint
.rubocop_shopify_styleguide.yml: Style/RedundantSortBy has the wrong namespace - should be Performance
.rubocop_shopify_styleguide.yml: Style/Sample has the wrong namespace - should be Performance
Warning: unrecognized cop Layout/HashAlignment found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Layout/ParameterAlignment found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Layout/AssignmentIndentation found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Layout/FirstArrayElementIndentation found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Layout/FirstHashElementIndentation found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Layout/TrailingEmptyLines found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Layout/ArrayAlignment found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Layout/IndentationStyle found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Style/RedundantCapitalW found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Style/RedundantInterpolation found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Style/RedundantPercentQ found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Lint/DuplicateHashKey found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Lint/SuppressedException found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Lint/RedundantStringCoercion found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Lint/RedundantSplatExpansion found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Lint/BinaryOperatorWithIdenticalOperands found in .rubocop_shopify_styleguide.yml
Warning: unrecognized parameter Style/BlockDelimiters:AllowedMethods found in .rubocop_shopify_styleguide.yml
Warning: unrecognized parameter Naming/PredicateName:ForbiddenPrefixes found in .rubocop_shopify_styleguide.yml
Warning: unrecognized parameter Naming/PredicateName:AllowedMethods found in .rubocop_shopify_styleguide.yml
Warning: unrecognized parameter Style/SymbolProc:AllowedMethods found in .rubocop_shopify_styleguide.yml
Warning: unrecognized parameter Style/TrivialAccessors:AllowedMethods found in .rubocop_shopify_styleguide.yml
Warning: unrecognized cop Naming/MethodParameterName found in .rubocop_todo.yml
Warning: unrecognized cop Security/Open found in .rubocop_todo.yml
Warning: unrecognized cop Naming/MethodParameterName found in .rubocop.yml
Warning: unrecognized cop Security/Open found in .rubocop.yml
Warning: unrecognized cop Layout/HashAlignment found in .rubocop.yml
Warning: unrecognized cop Layout/ParameterAlignment found in .rubocop.yml
Warning: unrecognized cop Layout/AssignmentIndentation found in .rubocop.yml
Warning: unrecognized cop Layout/FirstArrayElementIndentation found in .rubocop.yml
Warning: unrecognized cop Layout/FirstHashElementIndentation found in .rubocop.yml
Warning: unrecognized cop Layout/TrailingEmptyLines found in .rubocop.yml
Warning: unrecognized cop Layout/ArrayAlignment found in .rubocop.yml
Warning: unrecognized cop Layout/IndentationStyle found in .rubocop.yml
Warning: unrecognized cop Style/RedundantCapitalW found in .rubocop.yml
Warning: unrecognized cop Style/RedundantInterpolation found in .rubocop.yml
Warning: unrecognized cop Style/RedundantPercentQ found in .rubocop.yml
Warning: unrecognized cop Lint/DuplicateHashKey found in .rubocop.yml
Warning: unrecognized cop Lint/SuppressedException found in .rubocop.yml
Warning: unrecognized cop Lint/RedundantStringCoercion found in .rubocop.yml
Warning: unrecognized cop Lint/RedundantSplatExpansion found in .rubocop.yml
Warning: unrecognized cop Lint/BinaryOperatorWithIdenticalOperands found in .rubocop.yml
Warning: unrecognized parameter AllCops:SuggestExtensions found in .rubocop.yml
Warning: unrecognized parameter AllCops:NewCops found in .rubocop.yml
Warning: unrecognized parameter Naming/PredicateName:ForbiddenPrefixes found in .rubocop.yml
Warning: unrecognized parameter Naming/PredicateName:AllowedMethods found in .rubocop.yml
Warning: unrecognized parameter Style/BlockDelimiters:AllowedMethods found in .rubocop.yml
Warning: unrecognized parameter Style/SymbolProc:AllowedMethods found in .rubocop.yml
Warning: unrecognized parameter Style/TrivialAccessors:AllowedMethods found in .rubocop.yml