Skip to content

Commit

Permalink
Allow both local and CodeClimate to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-nathan committed May 17, 2020
1 parent 3eeb5ac commit 09fbfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/extensions/string_extensions.rb
Expand Up @@ -36,7 +36,7 @@ class String

# :stopdoc:
# Disable cop in order to make code more readable
# rubocop:disable Layout/HashAlignment
# rubocop:disable Layout/HashAlignment,Layout/AlignHash
unless defined? UTF_TO_ASCII
# This should cover most everything we'll see, at least all the European
# characters and accents -- it covers HTML codes &#1 to &#400.
Expand Down Expand Up @@ -365,7 +365,7 @@ class String
"nbsp" => " "
}.freeze
end
# rubocop:enable Layout/HashAlignment
# rubocop:enable Layout/HashAlignment,Layout/AlignHash
# :startdoc:

# This should safely match anything that could possibly be interpreted as
Expand Down

1 comment on commit 09fbfef

@nimmolo
Copy link
Contributor

Choose a reason for hiding this comment

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

merged into nimmolo/master

Please sign in to comment.