Hookable menus#1401
Hookable menus#1401josepjaume merged 23 commits intodecidim:masterfrom deivid-rodriguez:hookable_menus
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1401 +/- ##
==========================================
+ Coverage 95.42% 95.48% +0.06%
==========================================
Files 428 436 +8
Lines 7365 7492 +127
==========================================
+ Hits 7028 7154 +126
- Misses 337 338 +1 |
|
Hi @deivid-rodriguez, this looks really nice! Using lambdas is quite succint. I don't have a special preference about it, but in decidim we tend to use APIs like: initializer "decidim_assemblies.menu" do
Decidim.menu :menu do |menu|
menu.item do |item|
item.title I18n.t("menu.assemblies", scope: "decidim")
item.path decidim_assemblies.assemblies_path
item.position 2.5
item.active :inclusive
end
endIt feels a bit more expressive, but maybe it's me. Also, with this API, you can skip the lambdas because This technique can also be used in your approach though, with a bit of extra work. Oh and, as always, super nice quality work you're doing. Thank you so much <3 |
|
@josepjaume Thanks for the feedback! I like the API you initially proposed in decidim-archive/decidim-accountability#4 (comment) so I tried to follow it here. I do admit to it's a bit uglier with the lambdas and your new idea is cleaner in that regard. I still like it because:
So I'd like to keep this form if you don't have a strong opinion. Also, admin menus come with a bit of extra icon candy (https://github.com/decidim/decidim/blob/master/decidim-admin/app/helpers/decidim/admin/application_helper.rb#L18-L24), we should probably shape the API to account for that. I thought of a separate API method |
|
Okay then! I like it. But maybe you could skil the lambdas if you built the menu on rendering time? Just store all the menu block and evaluate them afterwards. Does that sound like a bad idea? Would clean it a bit for sure, but maybe we'd be missing some opportunities...? Also about the icon candy, not really sure about it. Would just specifying classes be enough? |
Yeah, I'd also like to clean up the lambdas. I'm not sure if you would ever want to specifically evaluate the items at initialization time, can't think of something like that right now so your idea make sense to me... I'll experiment a bit more and see if I can put it into code.
Mmmm not sure what you mean, like specifying a CSS class and showing the icon via CSS instead of via markup? |
|
@josepjaume I pushed some changes here, now the API looks as you designed it! 😃 On a side note, I'm having problems to get some PR's built, see https://circleci.com/gh/decidim/decidim/1238 for example). It seems that the circle config is not correctly picked up (https://discuss.circleci.com/t/circleci-not-always-picking-up-config-yml/11921, maybe?). I wonder if this has to do with opening PR's from a forked external repo... I see that I'm in the developers group of decidim, does that mean I have push access to https://github.com/decidim/decidim? |
|
Hi @deivid-rodriguez ! I think we may need to enable the second option but I am not really sure. |
|
@beagleknight Maybe, I'm not sure either. It's fine though, it does not happen very often :) |
|
This is so awesome! Can't wait to see it hooked to the entire system! |
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-7436-19404gr/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-7436-19404gr/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7436-19404gr/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7436-19404gr/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7436-19404gr/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-7436-19404gr/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10288-k6tvat/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10288-k6tvat/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10288-k6tvat/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10288-k6tvat/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10288-k6tvat/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10288-k6tvat/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-12079-2kz4ke/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-12079-2kz4ke/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12079-2kz4ke/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12079-2kz4ke/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12079-2kz4ke/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-12079-2kz4ke/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10302-aomv5e/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10302-aomv5e/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10302-aomv5e/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10302-aomv5e/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10302-aomv5e/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10302-aomv5e/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10295-1qy57tx/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10295-1qy57tx/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10295-1qy57tx/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10295-1qy57tx/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10295-1qy57tx/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10295-1qy57tx/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10301-1pv9tkd/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10301-1pv9tkd/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10301-1pv9tkd/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10301-1pv9tkd/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10301-1pv9tkd/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10301-1pv9tkd/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10315-1phytzc/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10315-1phytzc/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10315-1phytzc/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10315-1phytzc/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10315-1phytzc/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10315-1phytzc/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-7443-1irea0i/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-7443-1irea0i/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7443-1irea0i/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7443-1irea0i/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7443-1irea0i/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-7443-1irea0i/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10308-1z7tg7/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10308-1z7tg7/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10308-1z7tg7/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10308-1z7tg7/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10308-1z7tg7/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10308-1z7tg7/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10294-o3lbz4/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10294-o3lbz4/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10294-o3lbz4/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10294-o3lbz4/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10294-o3lbz4/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10294-o3lbz4/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-7450-1xi2ueb/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-7450-1xi2ueb/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7450-1xi2ueb/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7450-1xi2ueb/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-7450-1xi2ueb/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-7450-1xi2ueb/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-12072-hh5fch/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-12072-hh5fch/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12072-hh5fch/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12072-hh5fch/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12072-hh5fch/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-12072-hh5fch/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10287-1spumha/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10287-1spumha/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10287-1spumha/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10287-1spumha/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10287-1spumha/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10287-1spumha/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10281-pr5w21/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10281-pr5w21/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10281-pr5w21/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10281-pr5w21/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10281-pr5w21/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10281-pr5w21/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-10309-1rk00qd/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-10309-1rk00qd/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10309-1rk00qd/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10309-1rk00qd/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-10309-1rk00qd/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-10309-1rk00qd/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-12086-5dp2ae/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-12086-5dp2ae/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12086-5dp2ae/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12086-5dp2ae/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12086-5dp2ae/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-12086-5dp2ae/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170529-12093-jmezdz/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170529-12093-jmezdz/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12093-jmezdz/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12093-jmezdz/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170529-12093-jmezdz/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170529-12093-jmezdz/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in `'
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16559-8im0za/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18759-lagxic/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
houndci-bot
left a comment
There was a problem hiding this comment.
Some files could not be reviewed due to errors:
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16559-8im0za/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16559-8im0za/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16162-1nbi70q/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12039-3l1bgw/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16538-17l6knr/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16580-8i49ve/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18752-1dgxusp/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16552-1ovhfck/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18745-1ctar5h/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12053-l69yhz/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18780-or69by/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16169-1rv2dgn/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12032-kduzlr/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16573-g9fiey/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18766-r0toav/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16176-106zbu7/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16148-vwddi7/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16155-11ge1ku/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-12046-f2bg47/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18773-1m2vkbs/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16566-lqf3ce/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...
Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-18759-lagxic/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-18759-lagxic/.rubocop.yml
undefined methodinclude?' for nil:NilClass<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'<br>/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in<main>'</pre></details><details><summary>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170...</summary><pre>Warning: unrecognized cop Lint/AmbiguousBlockAssociation found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-16545-i4t50w/.rubocop.yml<br>undefined methodinclude?' for nil:NilClass
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:291:inblock in validate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:ineach'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:288:invalidate_enforced_styles'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config.rb:169:invalidate'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:49:inload_file'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_loader.rb:105:inconfiguration_from_file'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/config_store.rb:44:infor'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:93:inapply_default_formatter'
/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/lib/rubocop/cli.rb:25:inrun'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:13:inblock in <top (required)>'
/app/vendor/ruby-2.3.1/lib/ruby/2.3.0/benchmark.rb:308:inrealtime'<br>/app/vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop:12:in<top (required)>'
/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:inload'<br>/app/vendor/bundle/ruby/2.3.0/bin/rubocop:23:in'
|
Ok, I'm pretty much done with this. Tomorrow I'll give "extending menus" a bit of testing but you can hit me with your feedback! Copying here how the admin menu is now registered to show how the API looks like (basically what @josepjaume proposed): initializer "decidim_admin.menu" do
Decidim.menu :admin_menu do |menu|
menu.item I18n.t("menu.dashboard", scope: "decidim.admin"),
decidim_admin.root_path,
icon_name: "dashboard",
active: ["decidim/admin/dashboard" => :show]
menu.item I18n.t("menu.participatory_processes", scope: "decidim.admin"),
decidim_admin.participatory_processes_path,
icon_name: "target",
active: :inclusive
menu.item I18n.t("menu.participatory_process_groups", scope: "decidim.admin"),
decidim_admin.participatory_process_groups_path,
icon_name: "layers",
active: :inclusive
menu.item I18n.t("menu.static_pages", scope: "decidim.admin"),
decidim_admin.static_pages_path,
icon_name: "book",
active: :inclusive,
if: can?(:read, Decidim::StaticPage)
menu.item I18n.t("menu.users", scope: "decidim.admin"),
decidim_admin.users_path,
icon_name: "person",
active: [%w(decidim/admin/user_groups decidim/admin/users), []],
if: can?(:read, :admin_users)
menu.item I18n.t("menu.newsletters", scope: "decidim.admin"),
decidim_admin.newsletters_path,
icon_name: "envelope-closed",
active: :inclusive,
if: can?(:index, Decidim::Newsletter)
menu.item I18n.t("menu.settings", scope: "decidim.admin"),
decidim_admin.edit_organization_path,
icon_name: "wrench",
active: [%w(decidim/admin/organization decidim/admin/scopes), []],
if: can?(:read, current_organization)
end
end |
|
Do you consider this finished? Should we merge? I'm planning a release and this'd be a nice feature to have. |
|
Hei! I wanted to try extending the admin menu and also fix some docs that got outdated after refactoring. I'll call this ready in a bit! |
|
Awesome! Can't wait! |
|
And BTW @deivid-rodriguez I just made you collaborator of the project ;) |
I didn't like the fact that menus were globally registered long lived objects whose evaluated items had to be re(set) on every rendering. Not sure if that was likely to cause any issue (concurrency, maybe) but I still like it better to separate long lived globally registered objects (`MenuRegistry` now) from each instance of an actual menu dependent on the view context (`Menu` now).
I feel it's cleaner this way. This remove the possibity for presenters to easily display invisible items. Presenters wanting to do that should feel pain.
It belongs there.
I won't store the whole hash of options for now. Since I'm adding options in the presenter too, it'll make the code less clear in exchange for a potential future improvement. Ditch it.
* Styling main menu is done from a wrapper <div> over the <ul> tag. * Styling menu items is done from a wrapper <li> over the <a> tag. This makes markup in both admin & main menu consistent.
The initial idea was to display different formats from the same presenter. With the current implementation, it no longer makes sense.
If we match the active class by exact URL, it won't be properly detected for paths without trailing slash, like /admin (instead of /admin/).
So extensions can easily place new items wherever they want reliably.
|
Ok, so I tested this, fixed a few issues I found and updated docs. Tests started failing for me locally after all of today's dance in master, I probably need to start fresh. But I think it's unrelated to this PR since they also fail against my local master branch. |
|
@deivid-rodriguez but.. but... CircleCI is green... 😮 |
It was #1416. Now things are more similar in both environments, so weird things like this will be less likely to happen!
Thanks for your kind words! ❤️ |


🎩 What? Why?
Fixes #131.
The first commit is what I need for the assemblies feature so I don't have to monkeypatch any views in the plugin. Instead, I can add an initializer like this:
I was continuing to complete all the specifications in #131 (deivid-rodriguez@c4ba1a8), but I decided to stop and grab some feedback first.
Also, I haven't looked closely but maybe this also helps with integrating the
decidim-accountabilityplugin?📌 Related Issues
📋 Subtasks
separateconditional behavior based on the presence of anicon_itemDSL method?,icon_nameparameter?).📷 Screenshots (optional)
None.
👻 GIF