Skip to content

Instantly share code, notes, and snippets.

@jfredett
Created September 19, 2013 13:11
Show Gist options
  • Save jfredett/6623274 to your computer and use it in GitHub Desktop.
Save jfredett/6623274 to your computer and use it in GitHub Desktop.
Rubocop AlignHash crash.
An error occurred while AlignHash cop was inspecting /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/model.rb.
For /Users/jfredett/code/mine/dugout/doc: configuration from /Users/jfredett/code/mine/dugout/.rubocop.yml
Default configuration from /Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/config/default.yml
Inheriting configuration from /Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/config/enabled.yml
Inheriting configuration from /Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/config/disabled.yml
Inspecting 32 files
Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/addition.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/exponential.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/literal.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/log.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/multiplication.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/power.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/sqrt.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/subtraction.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/variable.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/definition.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/op_compiler.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/reifier.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/attribute.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/display_function.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/implementation.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/model.rb
undefined method `loc' for nil:NilClass
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/style/align_hash.rb:125:in `value_delta'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/style/align_hash.rb:22:in `on_hash'
(eval):5:in `block (2 levels) in on_hash'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/commissioner.rb:88:in `with_cop_error_handling'
(eval):4:in `block in on_hash'
(eval):2:in `each'
(eval):2:in `on_hash'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:144:in `on_send'
(eval):9:in `on_send'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:144:in `on_send'
(eval):9:in `on_send'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:132:in `on_defs'
(eval):9:in `on_defs'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_module'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_begin'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_module'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_module'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/commissioner.rb:56:in `investigate'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/team.rb:45:in `inspect_file'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:87:in `inspect_file'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:48:in `block in run'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:42:in `each'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:42:in `run'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/bin/rubocop:14:in `block in <top (required)>'
/Users/jfredett/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/gems/rubocop-0.13.0/bin/rubocop:13:in `<top (required)>'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/bin/rubocop:23:in `load'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/bin/rubocop:23:in `<main>'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/bin/ruby_noexec_wrapper:14:in `eval'
/Users/jfredett/.rvm/gems/ruby-1.9.3-p448@dugout/bin/ruby_noexec_wrapper:14:in `<main>'
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/op.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/operator.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/version.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/integration/math/model/expression_evaluator_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/integration/math/model/expression_language_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/integration/math/model/op_compiler_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/shared/op_compiler_examples.rb
1 error occurred:
An error occurred while AlignHash cop was inspecting /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/model.rb.
Errors are usually caused by RuboCop bugs.
Please, report your problems to RuboCop's issue tracker.
Mention the following information in the issue report:
0.13.0 (using Parser 2.0.0.pre8, running on ruby 1.9.3 x86_64-darwin12.3.0)
.Scanning /Users/jfredett/code/mine/dugout/spec/spec_helper.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/unit/math/model/definition_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/unit/math/model/reifier_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/unit/math/parser/*_spec.rb
.
32 files inspected, no offences detected
Finished in 0.759089 seconds
An error occurred while AlignHash cop was inspecting /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/model.rb.
For /Users/jfredett/code/mine/dugout/doc: configuration from /Users/jfredett/code/mine/dugout/.rubocop.yml
Default configuration from /Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/config/default.yml
Inheriting configuration from /Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/config/enabled.yml
Inheriting configuration from /Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/config/disabled.yml
Inspecting 32 files
Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/addition.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/exponential.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/literal.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/log.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/multiplication.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/power.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/sqrt.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/subtraction.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast/variable.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/ast.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/definition.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/op_compiler.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model/reifier.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/model.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/attribute.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/display_function.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/implementation.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/model.rb
undefined method `loc' for nil:NilClass
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/style/align_hash.rb:125:in `value_delta'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/style/align_hash.rb:22:in `on_hash'
(eval):5:in `block (2 levels) in on_hash'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/commissioner.rb:88:in `with_cop_error_handling'
(eval):4:in `block in on_hash'
(eval):2:in `each'
(eval):2:in `on_hash'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:144:in `on_send'
(eval):9:in `on_send'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:144:in `on_send'
(eval):9:in `on_send'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:132:in `on_defs'
(eval):9:in `on_defs'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_module'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_begin'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_module'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:255:in `block in process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `map'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:254:in `process_all'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/parser-2.0.0.pre8/lib/parser/ast/processor.rb:9:in `process_regular_node'
(eval):9:in `on_module'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/ast-1.1.0/lib/ast/processor.rb:239:in `process'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/commissioner.rb:56:in `investigate'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cop/team.rb:45:in `inspect_file'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:87:in `inspect_file'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:48:in `block in run'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:42:in `each'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/lib/rubocop/cli.rb:42:in `run'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/bin/rubocop:14:in `block in <top (required)>'
/Users/jfredett/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/gems/rubocop-0.13.0/bin/rubocop:13:in `<top (required)>'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/bin/rubocop:23:in `load'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/bin/rubocop:23:in `<main>'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/bin/ruby_noexec_wrapper:14:in `eval'
/Users/jfredett/.rvm/gems/ruby-2.0.0-p247@dugout/bin/ruby_noexec_wrapper:14:in `<main>'
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/op.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/operator.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math/parser.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/math.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout/version.rb
.Scanning /Users/jfredett/code/mine/dugout/lib/dugout.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/integration/math/model/expression_evaluator_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/integration/math/model/expression_language_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/integration/math/model/op_compiler_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/shared/op_compiler_examples.rb
1 error occurred:
An error occurred while AlignHash cop was inspecting /Users/jfredett/code/mine/dugout/lib/dugout/math/parser/model.rb.
Errors are usually caused by RuboCop bugs.
Please, report your problems to RuboCop's issue tracker.
Mention the following information in the issue report:
0.13.0 (using Parser 2.0.0.pre8, running on ruby 2.0.0 x86_64-darwin12.3.0)
.Scanning /Users/jfredett/code/mine/dugout/spec/spec_helper.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/unit/math/model/definition_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/unit/math/model/reifier_spec.rb
.Scanning /Users/jfredett/code/mine/dugout/spec/unit/math/parser/*_spec.rb
.
32 files inspected, no offences detected
Finished in 0.571115 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment