.rubocop.yml in danger-xcode_summary-0.5.3 vs .rubocop.yml in danger-xcode_summary-1.0.0
- old
+ new
@@ -1,4 +1,8 @@
+AllCops:
+ NewCops: enable
+ SuggestExtensions: false
+
# kind_of? is a good way to check a type
Style/ClassCheck:
EnforcedStyle: kind_of?
# specs sometimes have useless assignments, which is fine