Skip to content

Commit 2f08d37

Browse files
committed
Allow for strava-activities.rb.
1 parent a546663 commit 2f08d37

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.rubocop_todo.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-02-01 14:38:28 UTC using RuboCop version 1.68.0.
3+
# on 2025-02-02 03:06:11 UTC using RuboCop version 1.68.0.
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: 1
10+
# Configuration parameters: AllowedPatterns.
11+
# AllowedPatterns: (?-mix:(exactly|at_least|at_most)\(\d+\)\.times)
12+
Lint/UnreachableLoop:
13+
Exclude:
14+
- 'bin/strava-activities.rb'
15+
916
# Offense count: 1
1017
# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
1118
# CheckDefinitionPathHierarchyRoots: lib, spec, test, src

0 commit comments

Comments
 (0)