Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

104 outsource the git layer to gitlab git #120

Merged
merged 5 commits into from
Jun 6, 2017

Conversation

eugenk
Copy link
Member

@eugenk eugenk commented May 29, 2017

This shall fix #104 and depends on ontohub/bringit#2.

It also adds a TreesController#multiaction to allow multiple changes in a single commit.

@eugenk eugenk requested review from phyrog and ebolloff May 29, 2017 07:44
@eugenk eugenk force-pushed the 104-outsource_the_git_layer_to_gitlab_git branch 2 times, most recently from a3f0c9c to 2361eca Compare May 29, 2017 12:52
Copy link

@houndci-bot houndci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

/tmp/d20170530-32735-4od2if/.rubocop.yml: Security/Eval has the wrong namespa...
/tmp/d20170530-32735-4od2if/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-32735-4od2if/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-32735-4o
/tmp/d20170530-749-wcmnt9/.rubocop.yml: Security/Eval has the wrong namespace...
/tmp/d20170530-749-wcmnt9/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-749-wcmnt9/.rubocop.yml
undefined method include?' for nil:NilClass<br>/app/vendor</pre></details><details><summary>/tmp/d20170530-32763-1cjr4nk/.rubocop.yml: Security/Eval has the wrong namesp...</summary><pre>/tmp/d20170530-32763-1cjr4nk/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-32763-1cjr4nk/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedSty</pre></details><details><summary>/tmp/d20170530-3292-1tr13jx/.rubocop.yml: Security/Eval has the wrong namespa...</summary><pre>/tmp/d20170530-3292-1tr13jx/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-3292-1tr13jx/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-3292-1tr</pre></details><details><summary>/tmp/d20170530-834-1o35kyv/.rubocop.yml: Security/Eval has the wrong namespac...</summary><pre>/tmp/d20170530-834-1o35kyv/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-834-1o35kyv/.rubocop.yml<br>undefined method i
/tmp/d20170530-26800-1bvcg1w/.rubocop.yml: Security/Eval has the wrong namesp...
/tmp/d20170530-26800-1bvcg1w/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-26800-1bvcg1w/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedSty
/tmp/d20170530-32611-od5yd6/.rubocop.yml: Security/Eval has the wrong namespa...
/tmp/d20170530-32611-od5yd6/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-32611-od5yd6/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-32611-od
/tmp/d20170530-3369-ccfmmr/.rubocop.yml: Security/Eval has the wrong namespac...
/tmp/d20170530-3369-ccfmmr/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-3369-ccfmmr/.rubocop.yml
undefined method i</pre></details><details><summary>/tmp/d20170530-32679-e0eqs/.rubocop.yml: Security/Eval has the wrong namespac...</summary><pre>/tmp/d20170530-32679-e0eqs/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-32679-e0eqs/.rubocop.yml<br>undefined method i
/tmp/d20170530-26662-er1vrd/.rubocop.yml: Security/Eval has the wrong namespa...
/tmp/d20170530-26662-er1vrd/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-26662-er1vrd/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-26662-er
/tmp/d20170530-3185-11i5y2m/.rubocop.yml: Security/Eval has the wrong namespa...
/tmp/d20170530-3185-11i5y2m/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-3185-11i5y2m/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-3185-11i
/tmp/d20170530-32749-1mcb726/.rubocop.yml: Security/Eval has the wrong namesp...
/tmp/d20170530-32749-1mcb726/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-32749-1mcb726/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedSty
/tmp/d20170530-32714-168zelt/.rubocop.yml: Security/Eval has the wrong namesp...
/tmp/d20170530-32714-168zelt/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-32714-168zelt/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedSty
/tmp/d20170530-3171-33xjrj/.rubocop.yml: Security/Eval has the wrong namespac...
/tmp/d20170530-3171-33xjrj/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-3171-33xjrj/.rubocop.yml
undefined method `i

@eugenk eugenk force-pushed the 104-outsource_the_git_layer_to_gitlab_git branch from abf88ee to 43b31aa Compare May 30, 2017 20:53
Copy link

@houndci-bot houndci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

/tmp/d20170530-1078-prvw18/.rubocop.yml: Security/Eval has the wrong namespac...
/tmp/d20170530-1078-prvw18/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1078-prvw18/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1078-prvw18/.rubocop.yml
undefined method i</pre></details><details><summary>/tmp/d20170530-1085-mgf1j6/.rubocop.yml: Security/Eval has the wrong namespac...</summary><pre>/tmp/d20170530-1085-mgf1j6/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1085-mgf1j6/.rubocop.yml<br>undefined method i
/tmp/d20170530-27323-1763heo/.rubocop.yml: Security/Eval has the wrong namesp...
/tmp/d20170530-27323-1763heo/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-27323-1763heo/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedSty
/tmp/d20170530-1545-nd3ox3/.rubocop.yml: Security/Eval has the wrong namespac...
/tmp/d20170530-1545-nd3ox3/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1545-nd3ox3/.rubocop.yml
undefined method i</pre></details><details><summary>/tmp/d20170530-4011-bsmnwy/.rubocop.yml: Security/Eval has the wrong namespac...</summary><pre>/tmp/d20170530-4011-bsmnwy/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-4011-bsmnwy/.rubocop.yml<br>undefined method i
/tmp/d20170530-27330-ird4f5/.rubocop.yml: Security/Eval has the wrong namespa...
/tmp/d20170530-27330-ird4f5/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-27330-ird4f5/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-27330-ir
/tmp/d20170530-4018-1u8sue9/.rubocop.yml: Security/Eval has the wrong namespa...
/tmp/d20170530-4018-1u8sue9/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-4018-1u8sue9/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-4018-1u8
/tmp/d20170530-1092-33uobi/.rubocop.yml: Security/Eval has the wrong namespac...
/tmp/d20170530-1092-33uobi/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1092-33uobi/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1092-33uobi/.rubocop.yml
undefined method i</pre></details><details><summary>/tmp/d20170530-4004-14cr069/.rubocop.yml: Security/Eval has the wrong namespa...</summary><pre>/tmp/d20170530-4004-14cr069/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-4004-14cr069/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-4004-14c</pre></details><details><summary>/tmp/d20170530-1538-2mzpo9/.rubocop.yml: Security/Eval has the wrong namespac...</summary><pre>/tmp/d20170530-1538-2mzpo9/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1538-2mzpo9/.rubocop.yml<br>undefined method i
/tmp/d20170530-27309-14uwqu8/.rubocop.yml: Security/Eval has the wrong namesp...
/tmp/d20170530-27309-14uwqu8/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-27309-14uwqu8/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedSty
/tmp/d20170530-1517-gtdjum/.rubocop.yml: Security/Eval has the wrong namespac...
/tmp/d20170530-1517-gtdjum/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1517-gtdjum/.rubocop.yml
undefined method i</pre></details><details><summary>/tmp/d20170530-1106-8xe14j/.rubocop.yml: Security/Eval has the wrong namespac...</summary><pre>/tmp/d20170530-1106-8xe14j/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint<br>Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1106-8xe14j/.rubocop.yml<br>undefined method i
/tmp/d20170530-1531-1jq6hda/.rubocop.yml: Security/Eval has the wrong namespa...
/tmp/d20170530-1531-1jq6hda/.rubocop.yml: Security/Eval has the wrong namespace - should be Lint
Warning: unrecognized cop Style/MethodCallWithoutArgsParentheses found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Style/MixinGrouping found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Style/EmptyLineAfterMagicComment found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Lint/MultipleCompare found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Lint/SafeNavigationChain found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Performance/RegexpMatch found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Rails/FilePath found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Rails/ReversibleMigration found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Rails/SkipsModelValidations found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Security/MarshalLoad found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Security/YAMLLoad found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized cop Style/MethodCallWithArgsParentheses found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/FileName:AllowedAcronyms found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInArguments:SupportedStylesForMultiline found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/TrailingCommaInLiteral:SupportedStylesForMultiline found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedHashRocketStyles found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/AlignHash:SupportedColonStyles found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/CaseIndentation:EnforcedStyle found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/ConditionalAssignment:IncludeTernaryExpressions found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:EnforcedStyle found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/EndOfLine:SupportedStyles found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideBlockBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/SpaceAroundBlockParameters:SupportedStylesInsidePipes found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Style/SpaceInsideHashLiteralBraces:SupportedStylesForEmptyBraces found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockNesting:CountBlocks found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Metrics/BlockLength:ExcludedMethods found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Lint/BlockAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Lint/DefEndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:EnforcedStyleAlignWith found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Lint/EndAlignment:SupportedStylesAlignWith found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Lint/UselessAccessModifier:MethodCreatingMethods found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Performance/DoubleStartEndWith:IncludeActiveSupportAliases found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:EnforcedStyle found in /tmp/d20170530-1531-1jq6hda/.rubocop.yml
Warning: unrecognized parameter Rails/UniqBeforePluck:SupportedStyles found in /tmp/d20170530-1531-1jq

phyrog
phyrog previously approved these changes Jun 2, 2017
@eugenk eugenk force-pushed the 104-outsource_the_git_layer_to_gitlab_git branch from 43b31aa to 07c4d92 Compare June 6, 2017 06:22
name: user.display_name || user.name,
time: time || Time.now}
end
end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected token kEND

end

def branch_exists?
!git&.empty? && git&.branch_exists?(branch)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected token error

end

def path_does_not_exist?(path)
branch_exists? && !git&.path_exists?(branch, path)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected token error

# rubocop:enable Metrics/BlockLength

def path_exists?(path)
branch_exists? && git&.path_exists?(branch, path)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected token error

unless user.is_a?(User)
@errors.add(:user, 'must be a user')
end
if !git&.empty? && !git&.branch_exists?(branch)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected token error

# rubocop:enable Metrics/MethodLength
# rubocop:enable Metrics/BlockLength

# rubocop:disable Style/IfUnlessModifier

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint/UnneededDisable: Unnecessary disabling of Style/IfUnlessModifier.

# rubocop:disable Metrics/AbcSize
# rubocop:disable Metrics/CyclomaticComplexity
# rubocop:disable Metrics/MethodLength
# rubocop:disable Metrics/BlockLength

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint/UnneededDisable: Unnecessary disabling of Metrics/BlockLength.


# rubocop:disable Metrics/AbcSize
# rubocop:disable Metrics/CyclomaticComplexity
# rubocop:disable Metrics/MethodLength

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint/UnneededDisable: Unnecessary disabling of Metrics/MethodLength.

protected

# rubocop:disable Metrics/AbcSize
# rubocop:disable Metrics/CyclomaticComplexity

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint/UnneededDisable: Unnecessary disabling of Metrics/CyclomaticComplexity.


protected

# rubocop:disable Metrics/AbcSize

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint/UnneededDisable: Unnecessary disabling of Metrics/AbcSize.

@eugenk
Copy link
Member Author

eugenk commented Jun 6, 2017

Changes since last review:

  • rebased on master
    • resolved the conflict on app/models/[mutli_]blob.rb: use display_name instead of real_name
  • add commit to use gitlab_git's master

@eugenk
Copy link
Member Author

eugenk commented Jun 6, 2017

I don't know why hound is complaining. My tests pass, so there can't be a syntax error.

@eugenk eugenk force-pushed the 104-outsource_the_git_layer_to_gitlab_git branch from 07c4d92 to ba2370f Compare June 6, 2017 06:45
@eugenk eugenk force-pushed the 104-outsource_the_git_layer_to_gitlab_git branch from ba2370f to 3a38f20 Compare June 6, 2017 07:08
Copy link
Member

@ebolloff ebolloff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@eugenk eugenk merged commit c7be0a5 into master Jun 6, 2017
@eugenk eugenk deleted the 104-outsource_the_git_layer_to_gitlab_git branch June 6, 2017 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outsource the git layer to gitlab_git
4 participants