.rubocop.yml in name-tamer-0.2.15 vs .rubocop.yml in name-tamer-0.3.0

- old
+ new

@@ -31,6 +31,9 @@ Max: 8 ClassLength: Description: 'Avoid classes longer than 100 lines of code.' CountComments: false # count full line comments? - Max: 331 + Max: 334 + +ExtraSpacing: + Enabled: true