forked from sparklemotion/nokogiri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop_todo.yml
49 lines (45 loc) · 1.74 KB
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# 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.
# 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
# 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'
- 'lib/nokogiri/html5.rb'
- 'lib/nokogiri/html5/document_fragment.rb'
- 'lib/nokogiri/version/info.rb'
- 'lib/nokogiri/xml/builder.rb'
- 'lib/nokogiri/xml/document_fragment.rb'
- 'lib/nokogiri/xml/entity_decl.rb'
- 'lib/nokogiri/xml/sax/parser_context.rb'
- 'lib/nokogiri/xml/schema.rb'
- 'test/html5/test_serialize.rb'
- 'test/html5/test_tree_construction.rb'
- 'test/test_memory_leak.rb'
- 'test/test_soap4r_sax.rb'
- 'test/xml/test_entity_reference.rb'
# Offense count: 2
Style/MissingRespondToMissing:
Exclude:
- 'lib/nokogiri/xml/builder.rb'
# Offense count: 70
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 250