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

Fixed Style/SymbolArray #131

Merged
merged 2 commits into from Jul 11, 2017
Merged

Fixed Style/SymbolArray #131

merged 2 commits into from Jul 11, 2017

Conversation

Br3nda
Copy link
Member

@Br3nda Br3nda commented Jul 11, 2017

No description provided.

@@ -57,7 +57,7 @@ def search_source_image_for(entry)
image_tag(media_data, alt: "#{h(entry.title)}. ", title: "#{h(entry.title)}. ", width: 50, height: 50)
end

[:or_syntax, :and_syntax, :not_syntax].each do |syntax|
%i[or_syntax and_syntax not_syntax].each do |syntax|

Choose a reason for hiding this comment

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

Block has too many lines. [41/25]

@@ -57,7 +57,7 @@ def search_source_image_for(entry)
image_tag(media_data, alt: "#{h(entry.title)}. ", title: "#{h(entry.title)}. ", width: 50, height: 50)
end

[:or_syntax, :and_syntax, :not_syntax].each do |syntax|
%i[or_syntax and_syntax not_syntax].each do |syntax|

Choose a reason for hiding this comment

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

Block has too many lines. [41/25]

@Br3nda Br3nda merged commit 14acbb3 into kete:master Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants