petergoldstein/coppertone

View on GitHub
reject semicolon in domain names (#52) #96
Tailor Fontela authored 2905e014
errored00:00:14
An engine encountered an error
E10 Error

We had trouble running the rubocop engine.

The engine's output shown below may indicate the cause of the error.

If not, please contact us so we can investigate further.

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
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...
I, [2024-06-17T00:20:42.916917 #1]  INFO -- : Skipping file ./lib/coppertone/macro_string/macro_parser.rb due to exception (Racc::ParseError): ./lib/coppertone/macro_string/macro_parser.rb:41 :: parse error on value "]" (tRBRACK)

I, [2024-06-17T00:20:42.960945 #1]  INFO -- : Skipping file ./lib/coppertone/mechanism/domain_spec_mechanism.rb due to exception (Racc::ParseError): ./lib/coppertone/mechanism/domain_spec_mechanism.rb:18 :: parse error on value "]" (tRBRACK)

I, [2024-06-17T00:20:42.971729 #1]  INFO -- : Skipping file ./lib/coppertone/mechanism/ip_mechanism.rb due to exception (Racc::ParseError): ./lib/coppertone/mechanism/ip_mechanism.rb:14 :: parse error on value "]" (tRBRACK)

I, [2024-06-17T00:20:43.074626 #1]  INFO -- : Skipping file ./lib/coppertone/record_term_parser.rb due to exception (Racc::ParseError): ./lib/coppertone/record_term_parser.rb:26 :: parse error on value "]" (tRBRACK)
7
fixme
fixme engine documentation
8
rubocop
rubocop engine documentation
View output
.rubocop.yml: Layout/LineLength has the wrong namespace - should be Metrics
.rubocop.yml: Style/HashEachMethods has the wrong namespace - should be Performance
Warning: unrecognized cop Layout/EmptyLinesAroundAttributeAccessor found in .rubocop.yml
Warning: unrecognized cop Layout/SpaceAroundMethodCallOperator found in .rubocop.yml
Warning: unrecognized cop Lint/DeprecatedOpenSSLConstant found in .rubocop.yml
Warning: unrecognized cop Lint/EmptyBlock found in .rubocop.yml
Warning: unrecognized cop Lint/MixedRegexpCaptureTypes found in .rubocop.yml
Warning: unrecognized cop Lint/RaiseException found in .rubocop.yml
Warning: unrecognized cop Lint/StructNewOverride found in .rubocop.yml
Warning: unrecognized cop Naming/MethodParameterName found in .rubocop.yml
Warning: unrecognized cop Style/ExponentialNotation found in .rubocop.yml
Warning: unrecognized cop Style/HashTransformKeys found in .rubocop.yml
Warning: unrecognized cop Style/HashTransformValues found in .rubocop.yml
Warning: unrecognized cop Style/RedundantFetchBlock found in .rubocop.yml
Warning: unrecognized cop Style/RedundantRegexpCharacterClass found in .rubocop.yml
Warning: unrecognized cop Style/RedundantRegexpEscape found in .rubocop.yml
Warning: unrecognized cop Style/SlicingWithRange found in .rubocop.yml
Warning: unrecognized cop Style/OpenStructUse found in .rubocop.yml
Warning: unrecognized cop Gemspec/RequireMFA found in .rubocop.yml
/usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:510:in `check_target_ruby': Unknown Ruby version 2.7 found in `TargetRubyVersion` parameter (in .rubocop.yml). (RuboCop::ValidationError)
Supported versions: 2.1, 2.2, 2.3, 2.4, 2.5
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:313:in `validate'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:201:in `check'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:194:in `create'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config_loader.rb:48:in `load_file'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config_loader.rb:79:in `configuration_from_file'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config_store.rb:44:in `for'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:38:in `rubocop_file_to_include?'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:16:in `block in expanded_list'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:13:in `each'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:13:in `flat_map'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:13:in `expanded_list'
	from /usr/src/app/lib/cc/engine/rubocop.rb:49:in `files_to_inspect'
	from /usr/src/app/lib/cc/engine/rubocop.rb:29:in `block in run'
	from /usr/src/app/lib/cc/engine/rubocop.rb:28:in `chdir'
	from /usr/src/app/lib/cc/engine/rubocop.rb:28:in `run'
	from /usr/src/app/bin/codeclimate-rubocop:17:in `<main>'