Regenerate RuboCop TODO file

This commit is contained in:
Ashwin Maroli 2021-10-06 17:58:22 +05:30
parent d8b38f78b6
commit 8af22d0852
1 changed files with 8 additions and 5 deletions

View File

@ -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'