spickermann/has_configuration

View on GitHub
Update to GitHub actions steps #107
Martin Spickermann authored 68262dba
complete00:00:17
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: unknown engine or channel <codescan:stable>
WARNING: unknown engine or channel <cody:stable>
WARNING: unknown engine or channel <isort:stable>
WARNING: unknown engine or channel <proselint:stable>
WARNING: unknown engine or channel <protobuf:stable>
WARNING: unknown engine or channel <rustfmt:stable>
WARNING: unknown engine or channel <tfsec:stable>
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-markdownlint:b1121
b1121: Pulling from codeclimate/codeclimate-markdownlint
ca7dd9ec2225: Already exists
fe71bb0ecfee: Already exists
134ec6373770: Already exists
590489e2c65e: Pulling fs layer
a4a9351ddd5f: Pulling fs layer
e65e13283f5b: Pulling fs layer
7c72f4c63b21: Pulling fs layer
6f989cb9a908: Pulling fs layer
b87fb89870c1: Pulling fs layer
889dc1ca8040: Pulling fs layer
ed2efee6f3d5: Pulling fs layer
953ced8a9e7a: Pulling fs layer
f4561b1f7502: Pulling fs layer
8a7031a8b5d0: Pulling fs layer
889dc1ca8040: Waiting
ed2efee6f3d5: Waiting
7c72f4c63b21: Waiting
953ced8a9e7a: Waiting
6f989cb9a908: Waiting
b87fb89870c1: Waiting
f4561b1f7502: Waiting
e65e13283f5b: Download complete
a4a9351ddd5f: Verifying Checksum
a4a9351ddd5f: Download complete
590489e2c65e: Verifying Checksum
590489e2c65e: Download complete
7c72f4c63b21: Verifying Checksum
7c72f4c63b21: Download complete
6f989cb9a908: Verifying Checksum
6f989cb9a908: Download complete
889dc1ca8040: Download complete
ed2efee6f3d5: Verifying Checksum
ed2efee6f3d5: Download complete
953ced8a9e7a: Verifying Checksum
953ced8a9e7a: Download complete
590489e2c65e: Pull complete
f4561b1f7502: Verifying Checksum
f4561b1f7502: Download complete
a4a9351ddd5f: Pull complete
8a7031a8b5d0: Verifying Checksum
8a7031a8b5d0: Download complete
e65e13283f5b: Pull complete
b87fb89870c1: Verifying Checksum
b87fb89870c1: Download complete
7c72f4c63b21: Pull complete
6f989cb9a908: Pull complete
b87fb89870c1: Pull complete
889dc1ca8040: Pull complete
ed2efee6f3d5: Pull complete
953ced8a9e7a: Pull complete
f4561b1f7502: Pull complete
8a7031a8b5d0: Pull complete
Digest: sha256:07e777da8f7804788927c062ca8dc10904cd40ace202bd703b1d6156430eef33
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-markdownlint:b1121
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-09-30T19:08:21.060944 #1]  WARN -- : Skipping lib/has_configuration/configuration.rb due to CC::Parser::Client::HTTPError
W, [2024-09-30T19:08:21.060991 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-09-30T19:08:23.373999 #1]  INFO -- : Skipping file ./lib/has_configuration/configuration.rb due to exception (Racc::ParseError): ./lib/has_configuration/configuration.rb:27 :: parse error on value "..." (tDOT3)
7
markdownlint
markdownlint engine documentation
8
reek
reek engine documentation
View output
!!!
        Source 'lib/has_configuration/configuration.rb' cannot be processed by Reek due to a syntax error in the source file.

        This is a problem that is outside of Reek's scope and should be fixed by you, the
        user, in order for Reek being able to continue.

        Things you can try:
        - Check the syntax of the problematic file
        - If the file is not in fact a Ruby file, exclude it in your .reek.yml file

        Exception message:

        #<Parser::SyntaxError: unexpected token tDOT3>

        Original backtrace:

        /usr/local/bundle/gems/parser-3.2.1.0/lib/parser/diagnostic/engine.rb:72:in `process'
	/usr/local/bundle/gems/parser-3.2.1.0/lib/parser/base.rb:286:in `on_error'
	/usr/local/lib/ruby/2.6.0/racc/parser.rb:259:in `_racc_do_parse_c'
	/usr/local/lib/ruby/2.6.0/racc/parser.rb:259:in `do_parse'
	/usr/local/bundle/gems/parser-3.2.1.0/lib/parser/base.rb:190:in `parse'
	/usr/local/bundle/gems/parser-3.2.1.0/lib/parser/base.rb:207:in `parse_with_comments'
	/usr/src/app/lib/reek/source/source_code.rb:117:in `parse'
	/usr/src/app/lib/reek/source/source_code.rb:53:in `syntax_tree'
	/usr/src/app/lib/reek/examiner.rb:116:in `syntax_tree'
	/usr/src/app/lib/reek/examiner.rb:120:in `examine_tree'
	/usr/src/app/lib/reek/examiner.rb:94:in `block in run'
	/usr/src/app/lib/reek/examiner.rb:104:in `wrap_exceptions'
	/usr/src/app/lib/reek/examiner.rb:93:in `run'
	/usr/src/app/lib/reek/examiner.rb:61:in `smells'
	/usr/src/app/lib/reek/examiner.rb:69:in `smells_count'
	/usr/src/app/lib/reek/report/base_report.rb:44:in `add_examiner'
	/usr/src/app/lib/reek/cli/command/report_command.rb:26:in `block in populate_reporter_with_smells'
	/usr/src/app/lib/reek/cli/command/report_command.rb:25:in `each'
	/usr/src/app/lib/reek/cli/command/report_command.rb:25:in `populate_reporter_with_smells'
	/usr/src/app/lib/reek/cli/command/report_command.rb:17:in `execute'
	/usr/src/app/lib/reek/cli/application.rb:32:in `execute'
	/usr/src/app/bin/code_climate_reek:117:in `<main>'

        !!!