3scale/porta

View on GitHub
Authorize.net is a living dead #21358
Joan Lledó authored cb3041ed
complete00:01:47
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: unknown engine or channel <rubocop:rubocop-1-39>
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-30T11:44:22.501144 #1]  WARN -- : Skipping public/eCSStender.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:22.501197 #1]  WARN -- : Response status: 422
W, [2024-04-30T11:44:22.503735 #1]  WARN -- : Skipping public/html5.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:22.503765 #1]  WARN -- : Response status: 422
W, [2024-04-30T11:44:22.504963 #1]  WARN -- : Skipping app/assets/javascripts/srcdoc-polyfill.min.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:22.504994 #1]  WARN -- : Response status: 422
W, [2024-04-30T11:44:22.817767 #1]  WARN -- : Skipping lib/developer_portal/app/assets/javascripts/stats.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:22.817808 #1]  WARN -- : Response status: 413
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-30T11:44:47.999291 #1]  WARN -- : Skipping public/eCSStender.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:47.999344 #1]  WARN -- : Response status: 422
W, [2024-04-30T11:44:48.000836 #1]  WARN -- : Skipping public/html5.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:48.000883 #1]  WARN -- : Response status: 422
W, [2024-04-30T11:44:48.002188 #1]  WARN -- : Skipping app/assets/javascripts/srcdoc-polyfill.min.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:48.002216 #1]  WARN -- : Response status: 422
W, [2024-04-30T11:44:48.569295 #1]  WARN -- : Skipping ./lib/developer_portal/app/assets/javascripts/stats.js due to CC::Parser::Client::HTTPError
W, [2024-04-30T11:44:48.569336 #1]  WARN -- : Response status: 413
I, [2024-04-30T11:44:57.910101 #1]  INFO -- : Skipping file ./features/step_definitions/table_steps.rb due to exception (Racc::ParseError): ./features/step_definitions/table_steps.rb:4 :: parse error on value ":" (tCOLON)

I, [2024-04-30T11:44:59.770446 #1]  INFO -- : Skipping file ./config/initializers/paperclip.rb due to exception (Racc::ParseError): ./config/initializers/paperclip.rb:60 :: parse error on value ["rescue", 60] (kRESCUE)

I, [2024-04-30T11:45:00.046017 #1]  INFO -- : Skipping file ./config/application.rb due to exception (Racc::ParseError): ./config/application.rb:26 :: parse error on value ["rescue", 26] (kRESCUE)
7
shellcheck
shellcheck engine documentation
8
brakeman
brakeman engine documentation
9
rubocop
rubocop engine documentation
SkippedView output
Channel rubocop-1-39 not found for rubocop, available channels: ["stable", "beta", "cache-support", "rubocop-0-42", "rubocop-0-46", "rubocop-0-48", "rubocop-0-49", "rubocop-0-50", "rubocop-0-51", "rubocop-0-52", "rubocop-0-54", "rubocop-0-55", "rubocop-0-56", "rubocop-0-57", "rubocop-0-58", "rubocop-0-59", "rubocop-0-60", "rubocop-0-61", "rubocop-0-62", "rubocop-0-63", "rubocop-0-64", "rubocop-0-66", "rubocop-0-65", "rubocop-0-67", "rubocop-0-68", "rubocop-0-69", "rubocop-0-70", "rubocop-0-71", "rubocop-0-72", "rubocop-0-73", "rubocop-0-74", "rubocop-0-75", "rubocop-0-76", "rubocop-0-76-airbnb", "rubocop-0-77", "rubocop-0-78", "rubocop-0-79", "rubocop-0-80", "rubocop-0-81", "rubocop-0-82", "rubocop-0-83", "rubocop-0-84", "rubocop-0-85", "rubocop-0-86", "rubocop-0-87", "rubocop-0-88", "rubocop-0-89", "rubocop-0-90", "rubocop-0-92", "rubocop-1-70", "rubocop-1-7-0", "rubocop-1-8-1", "rubocop-1-9-1", "rubocop-1-10-0", "rubocop-1-11-0", "rubocop-1-12-0", "rubocop-1-12-1", "rubocop-1-18-3", "rubocop-1-20-0", "rubocop-1-21-0", "rubocop-1-22-2", "rubocop-1-22-3", "rubocop-1-23-0", "rubocop-1-30-0", "rubocop-1-31-0", "rubocop-1-36-0", "rubocop-1-39-0", "rubocop-1-48-1", "rubocop-1-50-2", "rubocop-1-56-3"]
10
reek
reek engine documentation
View output
Error: No such file - public/active_docs
        Error: You are using the legacy configuration format (including three
        colons) to configure Reek in one your source code comments.

        The source is 'app/models/fields_definition.rb' and the comment belongs to the expression
        starting in line 56.

        Here's the original comment:

        # This smells of :reek:NestedIterators: FieldsDefinition#self.create_defaults! contains iterators nested 2 deep

        Please see the Reek docs for information on how to configure Reek via
        source code comments: https://github.com/troessner/reek/blob/v6.0.4/docs/Smell-Suppression.md

        Update the offensive comment and re-run Reek.


        Error: You are trying to configure an unknown smell detector 'statementsTooManyStatements' in one
        of your source code comments.
        The source is 'features/step_definitions/developer_portal/admin/account/payment_details_steps.rb' and the comment belongs to the expression starting in line 204.
        Here's the original comment:

        # This smells of :reek:statementsTooManyStatements but we don't care

        Please see the Reek docs for:
          * how to configure Reek via source code comments: https://github.com/troessner/reek/blob/v6.0.4/docs/Smell-Suppression.md
          * what smell detectors are available: https://github.com/troessner/reek/blob/v6.0.4/docs/Code-Smells.md
        Update the offensive comment (or remove it if no longer applicable) and re-run Reek.


        Error: You are trying to configure an unknown smell detector 'statementsTooManyStatements' in one
        of your source code comments.
        The source is 'features/step_definitions/provider/admin/account/payment_details_steps.rb' and the comment belongs to the expression starting in line 138.
        Here's the original comment:

        # This smells of :reek:statementsTooManyStatements but we don't care

        Please see the Reek docs for:
          * how to configure Reek via source code comments: https://github.com/troessner/reek/blob/v6.0.4/docs/Smell-Suppression.md
          * what smell detectors are available: https://github.com/troessner/reek/blob/v6.0.4/docs/Code-Smells.md
        Update the offensive comment (or remove it if no longer applicable) and re-run Reek.


        Error: You are trying to configure an unknown smell detector 'sssBooleanParameter' in one
        of your source code comments.
        The source is 'features/support/helpers/billing_and_charging_helpers.rb' and the comment belongs to the expression starting in line 6.
        Here's the original comment:

        # This smells of :reek:sssBooleanParameter but we don't care
# FIXME: :reek:UtilityFunction

        Please see the Reek docs for:
          * how to configure Reek via source code comments: https://github.com/troessner/reek/blob/v6.0.4/docs/Smell-Suppression.md
          * what smell detectors are available: https://github.com/troessner/reek/blob/v6.0.4/docs/Code-Smells.md
        Update the offensive comment (or remove it if no longer applicable) and re-run Reek.
11
coffeelint
coffeelint engine documentation
12
bundler-audit
bundler-audit engine documentation
13
scss-lint
scss-lint engine documentation