.rubocop_todo.yml in graphql-batch-0.4.3 vs .rubocop_todo.yml in graphql-batch-0.5.0
- old
+ new
@@ -54,9 +54,16 @@
# SupportedStyles: space, no_space
Layout/SpaceInsideParens:
Exclude:
- 'test/loader_test.rb'
+# Offense count: 3
+Lint/MissingSuper:
+ Exclude:
+ - 'test/executor_test.rb'
+ - 'test/loader_test.rb'
+ - 'test/support/loaders.rb'
+
# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
Lint/UnusedBlockArgument:
Exclude: