Skip to content

Commit ba46fd0

Browse files
committed
rubocop: autofix
required due to a rubocop update
1 parent cb890f5 commit ba46fd0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
inherit_from: .rubocop_todo.yml
23

34
plugins:
45
- rubocop-rake

.rubocop_todo.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This configuration was generated by
2+
# `rubocop --auto-gen-config --no-auto-gen-timestamp`
3+
# using RuboCop version 1.81.7.
4+
# The point is for the user to remove these configuration records
5+
# one by one as the offenses are removed from the code base.
6+
# Note that changes in the inspected code, or installation of new
7+
# versions of RuboCop, may require this file to be generated again.
8+
9+
# Offense count: 1
10+
# Configuration parameters: AllowedMethods, AllowedPatterns.
11+
Metrics/PerceivedComplexity:
12+
Max: 9

0 commit comments

Comments
 (0)