Skip to content

Commit

Permalink
Merge pull request #59 from CamilleDrapier/camille/fix_rubocop_typo
Browse files Browse the repository at this point in the history
Fix Styel/NumericPredicate has the wrong namespace - should be Style
  • Loading branch information
halostatue committed Jun 24, 2020
2 parents cef2f82 + c5052cd commit ce0190b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/diff/lcs/backports.rb
Expand Up @@ -3,7 +3,7 @@
unless 0.respond_to?(:positive?)
class Fixnum # rubocop:disable Lint/UnifiedInteger, Style/Documentation
def positive?
self > 0 # rubocop:disable Styel/NumericPredicate
self > 0 # rubocop:disable Style/NumericPredicate
end
end
end

0 comments on commit ce0190b

Please sign in to comment.