.rubocop.yml in puma-daemon-0.1.1 vs .rubocop.yml in puma-daemon-0.1.2
- old
+ new
@@ -17,5 +17,9 @@
Enabled: true
EnforcedStyle: single_quotes
Layout/LineLength:
Max: 120
+
+Naming/FileName:
+ Exclude:
+ - 'lib/puma-daemon.rb'
- old
+ new