config/default.yml in ezcater_rubocop-2.0.0.pre0 vs config/default.yml in ezcater_rubocop-2.0.0.pre1
- old
+ new
@@ -49,5 +49,9 @@
Ezcater/StyleDig:
Description: 'Recommend `dig` for deeply nested access.'
Enabled: true
AutoCorrect: false
+
+Ezcater/RubyTimeout:
+ Description: 'Disallow use of `Timeout.timeout` because it is unsafe and can cause unexpected behavior.'
+ Enabled: true