rulesets/default.yml in runger_style-2.12.0 vs rulesets/default.yml in runger_style-2.13.0

- old
+ new

@@ -38,12 +38,14 @@ Layout/LineEndStringConcatenationIndentation: Exclude: - bin/* Layout/LineLength: AllowedPatterns: - # ignore line length if the line is a comment without any spaces; it's probably not something we - # can fix (e.g. a long file path) + # Ignore line length if the line is a comment without any spaces; it's probably not something we + # can fix (e.g. a long file path): - !ruby/regexp /^ *#? [\S]+$/ + # Ignore RSpec example descriptions: + - !ruby/regexp /^ *it ['"].*['"].*do$/ Max: 100 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented