iiwo/easy_tags

View on GitHub
Merge pull request #48 from iiwo/bump_version #205
Iwo Dziechciarow authored 588be6b5
errored00:00:27
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: missing 'version' key. Please add `version: "2"`
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
b55acd437fdd: Waiting
488697fd6c5d: Pulling fs layer
8fcbcdc5ec3f: Pulling fs layer
e614deca59a8: Pulling fs layer
d14e6893c4a6: Pulling fs layer
85b6435fbecb: Waiting
8fcbcdc5ec3f: Waiting
e614deca59a8: Waiting
d14e6893c4a6: Waiting
dae88c5227db: 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
a3ed95caeb02: Pull complete
488697fd6c5d: Download complete
442b117d3b3d: Pull complete
b55acd437fdd: Verifying Checksum
b55acd437fdd: Download complete
8fcbcdc5ec3f: Verifying Checksum
8fcbcdc5ec3f: Download complete
e614deca59a8: Verifying Checksum
e614deca59a8: Download complete
d14e6893c4a6: 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...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
rubocop
rubocop engine documentation
View output
.rubocop.yml: Layout/LineLength has the wrong namespace - should be Metrics
Warning: unrecognized parameter AllCops:NewCops found in .rubocop.yml
/usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:457:in `block (2 levels) in validate_enforced_styles': invalid EnforcedStyle 'indented_internal_methods' for Layout/IndentationConsistency found in .rubocop.yml (RuboCop::ValidationError)
Valid choices are: normal, rails
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:448:in `each'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:448:in `block in validate_enforced_styles'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:445:in `each'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:445:in `validate_enforced_styles'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:315: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/local/bundle/gems/rubocop-0.52.1/lib/rubocop/target_finder.rb:161:in `excluded_dirs'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/target_finder.rb:139:in `find_files'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/target_finder.rb:112:in `target_files_in_dir'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/target_finder.rb:89:in `block in find'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/target_finder.rb:87:in `each'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/target_finder.rb:87:in `find'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/runner.rb:58:in `find_target_files'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:15: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>'