Skip to content

Commit

Permalink
Allow for strava-activities.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Feb 2, 2025
1 parent a546663 commit 2f08d37
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2025-02-01 14:38:28 UTC using RuboCop version 1.68.0.
# on 2025-02-02 03:06:11 UTC using RuboCop version 1.68.0.
# 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
# Configuration parameters: AllowedPatterns.
# AllowedPatterns: (?-mix:(exactly|at_least|at_most)\(\d+\)\.times)
Lint/UnreachableLoop:
Exclude:
- 'bin/strava-activities.rb'

# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# CheckDefinitionPathHierarchyRoots: lib, spec, test, src
Expand Down

0 comments on commit 2f08d37

Please sign in to comment.