X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/98cc5f14caf136d786fea344a4742735ca192da2..069e33163e0b09a7d647a98c2fde284a16a43b99:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e819633a2..4d8a94292 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -78,20 +78,8 @@ Style/Next: Style/NumericLiterals: MinDigits: 11 -# Offense count: 23 -Style/RegexpLiteral: - MaxSlashes: 4 - -# Offense count: 8 -Style/SelfAssignment: - Enabled: false - # Offense count: 6548 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: Enabled: false - -# Offense count: 3 -Style/UnlessElse: - Enabled: false