From e0135042d7138a531a0def31f3c5e85b23b07917 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Fri, 8 Nov 2024 16:40:23 +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 c80fce9..ba5f483 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-09-11 04:07:13 UTC using RuboCop version 1.66.1. +# on 2024-11-08 08:40:05 UTC using RuboCop version 1.68.0. # 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 @@ -23,11 +23,3 @@ Metrics/BlockLength: # Configuration parameters: AllowedConstants. Style/Documentation: Enabled: false - -# Offense count: 2 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyleForMultiline. -# SupportedStylesForMultiline: comma, consistent_comma, no_comma -Style/TrailingCommaInArguments: - Exclude: - - 'spec/ogc/gml/polygon_spec.rb'