We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1460f commit 7319c2fCopy full SHA for 7319c2f
2 files changed
.rubocop.yml
@@ -1,6 +1,7 @@
1
inherit_from:
2
- https://rubocop.jgarber.cc/rubocop.yml
3
- https://rubocop.jgarber.cc/rubocop-rspec.yml
4
+ - .rubocop_todo.yml
5
6
plugins: rubocop-packaging
7
.rubocop_todo.yml
@@ -0,0 +1,12 @@
+# This configuration was generated by
+# `rubocop --auto-gen-config`
+# on 2025-04-18 00:13:33 UTC using RuboCop version 1.75.2.
+# 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.
8
+
9
+# Offense count: 3
10
+Performance/ChainArrayAllocation:
11
+ Exclude:
12
+ - 'lib/indieweb/endpoints/parser.rb'
0 commit comments