Skip to content

Commit 7319c2f

Browse files
committed
Generate RuboCop todo list
1 parent ca1460f commit 7319c2f

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
inherit_from:
22
- https://rubocop.jgarber.cc/rubocop.yml
33
- https://rubocop.jgarber.cc/rubocop-rspec.yml
4+
- .rubocop_todo.yml
45

56
plugins: rubocop-packaging
67

.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`
3+
# on 2025-04-18 00:13:33 UTC using RuboCop version 1.75.2.
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: 3
10+
Performance/ChainArrayAllocation:
11+
Exclude:
12+
- 'lib/indieweb/endpoints/parser.rb'

0 commit comments

Comments
 (0)