Skip to content

Commit 64040fe

Browse files
committed
Fix and update .rubocop_todo.yml
1 parent 57b367b commit 64040fe

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.rubocop_todo.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-04-06 14:14:58 UTC using RuboCop version 1.62.1.
3+
# on 2024-09-11 20:09:03 UTC using RuboCop version 1.66.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
@@ -49,6 +49,7 @@ Metrics/BlockLength:
4949
# 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
5050
Naming/FileName:
5151
Exclude:
52+
- 'Rakefile.rb'
5253
- 'lib/grape-swagger-rails.rb'
5354
- 'spec/features/grape-swagger-rails_spec.rb'
5455

@@ -61,7 +62,7 @@ RSpec/ContextWording:
6162

6263
# Offense count: 1
6364
# This cop supports unsafe autocorrection (--autocorrect-all).
64-
# Configuration parameters: SkipBlocks, EnforcedStyle.
65+
# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants.
6566
# SupportedStyles: described_class, explicit
6667
RSpec/DescribedClass:
6768
Exclude:
@@ -72,13 +73,6 @@ RSpec/DescribedClass:
7273
RSpec/ExampleLength:
7374
Max: 8
7475

75-
# Offense count: 1
76-
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
77-
# Include: **/*_spec*rb*, **/spec/**/*
78-
RSpec/FilePath:
79-
Exclude:
80-
- 'spec/features/grape-swagger-rails_spec.rb'
81-
8276
# Offense count: 2
8377
# Configuration parameters: AssignmentOnly.
8478
RSpec/InstanceVariable:
@@ -124,9 +118,9 @@ Style/OpenStructUse:
124118
Exclude:
125119
- 'lib/grape-swagger-rails.rb'
126120

127-
# Offense count: 2
121+
# Offense count: 1
128122
# This cop supports safe autocorrection (--autocorrect).
129123
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
130124
# URISchemes: http, https
131125
Layout/LineLength:
132-
Max: 143
126+
Max: 124

0 commit comments

Comments
 (0)