11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2024-01-11 22: 13:12 UTC using RuboCop version 1.59.0 .
3+ # on 2026-03-05 13:36:13 UTC using RuboCop version 1.85.1 .
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
99# Offense count: 4
1010# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111Metrics/AbcSize :
12- Max : 45
12+ Max : 50
1313
1414# Offense count: 10
1515# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
1616# AllowedMethods: refine
1717Metrics/BlockLength :
1818 Max : 786
19+ # TODO check rubocop-rspec extension
20+ Exclude :
21+ - ' tests/tests_spec.rb'
1922
2023# Offense count: 2
2124# Configuration parameters: CountComments, CountAsOne.
2225Metrics/ClassLength :
23- Max : 232
26+ Max : 250
2427
2528# Offense count: 1
2629# Configuration parameters: AllowedMethods, AllowedPatterns.
2730Metrics/CyclomaticComplexity :
28- Max : 8
31+ Max : 10
32+
33+ Metrics/PerceivedComplexity :
34+ Max : 10
35+
2936
30- # Offense count: 11
37+ # Offense count: 10
3138# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
3239Metrics/MethodLength :
33- Max : 51
40+ Max : 50
3441
3542# Offense count: 1
3643# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
@@ -43,6 +50,7 @@ Metrics/ParameterLists:
4350# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
4451Naming/FileName :
4552 Exclude :
53+ - ' Rakefile.rb'
4654 - ' examples/morphology_compound-components.rb'
4755 - ' examples/morphology_han-readings.rb'
4856 - ' examples/morphology_parts-of-speech.rb'
@@ -60,18 +68,19 @@ Style/CommentedKeyword:
6068 - ' lib/name_parameter.rb'
6169 - ' lib/name_similarity_parameters.rb'
6270 - ' lib/name_translation_parameters.rb'
71+ - ' lib/record_similarity_parameters.rb'
6372 - ' lib/rosette_api_error.rb'
6473
6574# Offense count: 14
66- # This cop supports safe autocorrection (--autocorrect).
75+ # This cop supports unsafe autocorrection (--autocorrect-all ).
6776# Configuration parameters: AllowedCompactTypes.
6877# SupportedStyles: compact, exploded
6978Style/RaiseArgs :
7079 EnforcedStyle : compact
7180
72- # Offense count: 11
81+ # Offense count: 18
7382# This cop supports safe autocorrection (--autocorrect).
74- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
83+ # Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings .
7584# URISchemes: http, https
7685Layout/LineLength :
7786 Max : 772
0 commit comments