Skip to content

Commit 66799a3

Browse files
committed
Update rubocop config
1 parent 217bbc6 commit 66799a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.rubocop_todo.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2021-01-15 10:50:09 -0800 using RuboCop version 0.47.1.
3+
# on 2024-10-26 17:01:43 -0700 using RuboCop version 0.47.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
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 2
9+
# Offense count: 3
1010
Lint/IneffectiveAccessModifier:
1111
Exclude:
1212
- 'lib/xcodeproj/differ.rb'
@@ -37,11 +37,11 @@ Lint/UselessAccessModifier:
3737
- 'lib/xcodeproj/project/object_list.rb'
3838
- 'lib/xcodeproj/scheme.rb'
3939

40-
# Offense count: 1365
40+
# Offense count: 1486
4141
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
4242
# URISchemes: http, https
4343
Metrics/LineLength:
44-
Max: 186
44+
Max: 212
4545

4646
# Offense count: 3
4747
# Configuration parameters: CountKeywordArgs.
@@ -54,7 +54,7 @@ Performance/Casecmp:
5454
Exclude:
5555
- 'lib/xcodeproj/project/object/helpers/file_references_factory.rb'
5656

57-
# Offense count: 13
57+
# Offense count: 14
5858
# Cop supports --auto-correct.
5959
# Configuration parameters: MaxKeyValuePairs.
6060
Performance/RedundantMerge:
@@ -109,7 +109,7 @@ Style/MultilineMethodCallIndentation:
109109
- 'spec/scheme/environment_variables_spec.rb'
110110
- 'spec/scheme_spec.rb'
111111

112-
# Offense count: 12
112+
# Offense count: 13
113113
# Cop supports --auto-correct.
114114
Style/MutableConstant:
115115
Exclude:
@@ -133,7 +133,7 @@ Style/RedundantSelf:
133133
- 'lib/xcodeproj/project/object.rb'
134134
- 'lib/xcodeproj/project/object/group.rb'
135135

136-
# Offense count: 4
136+
# Offense count: 7
137137
# Cop supports --auto-correct.
138138
# Configuration parameters: AllowForAlignment.
139139
Style/SpaceAroundOperators:

0 commit comments

Comments
 (0)