From 24bc3453abd315dfd6eb8924faae714f3bb20a9e Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 7 Jan 2025 18:02:40 +0800 Subject: [PATCH] chore: rubocop --- .rubocop_todo.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f9f9316..5439326 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2025-01-07 09:59:31 UTC using RuboCop version 1.69.2. +# on 2025-01-07 10:02:25 UTC using RuboCop version 1.69.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -13,14 +13,6 @@ Gemspec/RequiredRubyVersion: Exclude: - 'rfcxml.gemspec' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle, IndentationWidth. -# SupportedStyles: aligned, indented, indented_relative_to_receiver -Layout/MultilineMethodCallIndentation: - Exclude: - - 'spec/v3/rfc_spec.rb' - # Offense count: 6 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. # AllowedMethods: refine