We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb890f5 commit ba46fd0Copy full SHA for ba46fd0
.rubocop.yml
@@ -1,4 +1,5 @@
1
---
2
+inherit_from: .rubocop_todo.yml
3
4
plugins:
5
- rubocop-rake
.rubocop_todo.yml
@@ -0,0 +1,12 @@
+# This configuration was generated by
+# `rubocop --auto-gen-config --no-auto-gen-timestamp`
+# using RuboCop version 1.81.7.
+# The point is for the user to remove these configuration records
+# 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