rulesets/default.yml in runger_style-2.16.0 vs rulesets/default.yml in runger_style-2.17.0

- old
+ new

@@ -43,9 +43,11 @@ 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): - !ruby/regexp /^ *#? [\S]+$/ + # Ignore long annotate comments about indexes. + - !ruby/regexp /^#\s+idx_on_/ # Ignore RSpec description strings: - !ruby/regexp /^ *(context|describe|it) ['"].*['"].* do$/ Max: 100 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented