We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ce658 commit c1a97d5Copy full SHA for c1a97d5
.rubocop_todo.yml
@@ -1,6 +1,6 @@
1
# This configuration was generated by
2
# `rubocop --auto-gen-config`
3
-# on 2024-05-26 04:54:19 UTC using RuboCop version 1.64.0.
+# on 2024-05-26 05:10:14 UTC using RuboCop version 1.64.0.
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
@@ -11,3 +11,9 @@
11
RSpec/DescribeClass:
12
Exclude:
13
- '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