.rubocop.yml in orats-5.0.3 vs .rubocop.yml in orats-5.1.1

- old
+ new

@@ -3,9 +3,18 @@ Documentation: # Skips checking to make sure top level modules / classes have a comment. Enabled: false +Style/PercentLiteralDelimiters: + PreferredDelimiters: + default: () + '%r': '{}' + '%w': '()' + '%W': '()' + '%i': '()' + '%I': '()' + Style/ClassAndModuleChildren: # Skips checking the style of children definitions at classes and modules. # # Basically there are two different styles: #