.rubocop_todo.yml in http-2-0.10.2 vs .rubocop_todo.yml in http-2-0.11.0
- old
+ new
@@ -60,9 +60,18 @@
- 'test/**/*'
- 'example/helper.rb'
- 'example/upgrade_server.rb'
- 'lib/tasks/generate_huffman_table.rb'
+# Offense count: 3
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle.
+# SupportedStyles: braces, no_braces, context_dependent
+Style/BracesAroundHashParameters:
+ Exclude:
+ - 'spec/connection_spec.rb'
+ - 'spec/server_spec.rb'
+
# Offense count: 1
# Cop supports --auto-correct.
Style/EmptyCaseCondition:
Exclude:
- 'example/upgrade_server.rb'