Skip to content

Commit

Permalink
dev: update rubocop todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 28, 2023
1 parent 9ece952 commit 819b41e
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 50`
# on 2023-06-26 20:38:41 UTC using RuboCop version 1.53.1.
# on 2023-11-28 13:36:03 UTC using RuboCop version 1.57.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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Lint/MixedCaseRange:
Exclude:
- 'test/test_compaction.rb'

# Offense count: 22
# Offense count: 20
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: def_self, self_class
Style/ClassMethodsDefinitions:
Exclude:
- 'lib/nokogiri/css/xpath_visitor.rb'
- 'lib/nokogiri/html4/document_fragment.rb'
- 'lib/nokogiri/html4/encoding_reader.rb'
- 'lib/nokogiri/html4/sax/parser_context.rb'
Expand All @@ -41,9 +34,9 @@ Style/MissingRespondToMissing:
Exclude:
- 'lib/nokogiri/xml/builder.rb'

# Offense count: 70
# Offense count: 68
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 250
Max: 257

0 comments on commit 819b41e

Please sign in to comment.