Skip to content

Commit c1a97d5

Browse files
committed
lol
1 parent d8ce658 commit c1a97d5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.rubocop_todo.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-05-26 04:54:19 UTC using RuboCop version 1.64.0.
3+
# on 2024-05-26 05:10:14 UTC using RuboCop version 1.64.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
@@ -11,3 +11,9 @@
1111
RSpec/DescribeClass:
1212
Exclude:
1313
- 'spec/browser/restricted_area_spec.rb'
14+
15+
# Offense count: 1
16+
# This cop supports unsafe autocorrection (--autocorrect-all).
17+
Rails/ApplicationRecord:
18+
Exclude:
19+
- 'app/models/paper_trail/version.rb'

0 commit comments

Comments
 (0)