.rubocop.yml in danger-reek-0.1.1 vs .rubocop.yml in danger-reek-0.1.2
- old
+ new
@@ -1,11 +1,8 @@
# Defaults can be found here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml
# If you don't like these settings, just delete this file :)
-AllCops:
- TargetRubyVersion: 2.0
-
# kind_of? is a good way to check a type
Style/ClassCheck:
EnforcedStyle: kind_of?
# It's better to be more explicit about the type