.rubocop.yml in foreplay-0.9.1 vs .rubocop.yml in foreplay-0.9.2
- old
+ new
@@ -28,9 +28,12 @@
FileName:
Description: 'Use snake_case for source file names.'
Enabled: true
+Eval:
+ Enabled: false
+
# Work on these:
LineLength:
Description: 'Limit lines to 137 characters.'
Max: 120