From 8af22d0852be034d1b75ce9194ed24e4900ace33 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 6 Oct 2021 17:58:22 +0530 Subject: [PATCH] Regenerate RuboCop TODO file --- .rubocop_todo.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e90dc171..04c51c67 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude` -# on 2020-11-23 15:56:48 UTC using RuboCop version 1.4.0. +# on 2021-10-06 12:22:03 UTC using RuboCop version 1.22.1. # 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 @@ -18,8 +18,11 @@ Style/OptionalBooleanParameter: Exclude: - 'lib/jekyll/log_adapter.rb' -# Offense count: 1 -# Configuration parameters: Methods. -Style/RedundantArgument: +# Offense count: 2 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. +# SupportedStyles: single_quotes, double_quotes +Style/StringLiterals: Exclude: - - 'lib/jekyll/tags/link.rb' + - 'lib/jekyll/filters.rb' + - 'lib/jekyll/utils.rb'